Color names in this palette
CSS code for this palette
/* CSS */
.lake-green {
color: #2e8a56;
}
.garish-green {
color: #4abf8c;
}
.sprig-of-mint {
color: #8fe0ba;
}
.sweet-aqua {
color: #a6e8d0;
}
.cactus-water {
color: #cff7e3;
}
/* CSS Variables */
:root {
--lake-green:#2e8a56;
--garish-green:#4abf8c;
--sprig-of-mint:#8fe0ba;
--sweet-aqua:#a6e8d0;
--cactus-water:#cff7e3;
}