Color names in this palette
CSS code for this palette
/* CSS */
.chlorella-green {
color: #5cb75c;
}
.fennel {
color: #8fd19b;
}
.overtone {
color: #a1e2b5;
}
.yippie-ya-yellow {
color: #f4f6a2;
}
.lime-spritz {
color: #d8e2cf;
}
/* CSS Variables */
:root {
--chlorella-green:#5cb75c;
--fennel:#8fd19b;
--overtone:#a1e2b5;
--yippie-ya-yellow:#f4f6a2;
--lime-spritz:#d8e2cf;
}