Color names in this palette
CSS code for this palette
/* CSS */
.pistachio-dream {
color: #a7d08b;
}
.arboretum {
color: #6fbe9e;
}
.corrosion-green {
color: #4ca98b;
}
.green-belt {
color: #2c7d6f;
}
.uncharted {
color: #1a5b5a;
}
/* CSS Variables */
:root {
--pistachio-dream:#a7d08b;
--arboretum:#6fbe9e;
--corrosion-green:#4ca98b;
--green-belt:#2c7d6f;
--uncharted:#1a5b5a;
}