Color names in this palette
CSS code for this palette
/* CSS */
.chrysocolla-green {
color: #3a8d65;
}
.garish-green {
color: #4fbf83;
}
.crystal-gem {
color: #79d8a4;
}
.menthol-kiss {
color: #a1e2d4;
}
.cactus-water {
color: #cff7e1;
}
/* CSS Variables */
:root {
--chrysocolla-green:#3a8d65;
--garish-green:#4fbf83;
--crystal-gem:#79d8a4;
--menthol-kiss:#a1e2d4;
--cactus-water:#cff7e1;
}