Color names in this palette
CSS code for this palette
/* CSS */
.overgrowth {
color: #8ccb3a;
}
.burst-of-lime {
color: #a4d84b;
}
.pisco-sour {
color: #b7e86d;
}
.pistachio-mousse {
color: #c3f28c;
}
.reef-refractions {
color: #d2f99f;
}
/* CSS Variables */
:root {
--overgrowth:#8ccb3a;
--burst-of-lime:#a4d84b;
--pisco-sour:#b7e86d;
--pistachio-mousse:#c3f28c;
--reef-refractions:#d2f99f;
}