Color names in this palette
CSS code for this palette
/* CSS */
.tiki-monster {
color: #8ebe8e;
}
.happy-cricket {
color: #6bae6b;
}
.fruit-salad {
color: #509b50;
}
.resplendent-growth {
color: #398939;
}
.san-felix {
color: #2b732b;
}
/* CSS Variables */
:root {
--tiki-monster:#8ebe8e;
--happy-cricket:#6bae6b;
--fruit-salad:#509b50;
--resplendent-growth:#398939;
--san-felix:#2b732b;
}