Color names in this palette
CSS code for this palette
/* CSS */
.cactus-water {
color: #d5f6e3;
}
.mountain-mint {
color: #a8e1c0;
}
.crystal-gem {
color: #7acda9;
}
.garish-green {
color: #4abf8c;
}
.green-gloss {
color: #00995c;
}
/* CSS Variables */
:root {
--cactus-water:#d5f6e3;
--mountain-mint:#a8e1c0;
--crystal-gem:#7acda9;
--garish-green:#4abf8c;
--green-gloss:#00995c;
}