Color names in this palette
CSS code for this palette
/* CSS */
.mulu-frog {
color: #5bbd00;
}
.kiwi-green {
color: #8cde3f;
}
.green-day {
color: #b4e580;
}
.dingy-sticky-note {
color: #e2f9a4;
}
.bean-sprout {
color: #f4fce8;
}
/* CSS Variables */
:root {
--mulu-frog:#5bbd00;
--kiwi-green:#8cde3f;
--green-day:#b4e580;
--dingy-sticky-note:#e2f9a4;
--bean-sprout:#f4fce8;
}