Color names in this palette
CSS code for this palette
/* CSS */
.hawaiian-ahi-poke {
color: #d24232;
}
.sun-orange {
color: #f47b1f;
}
.happy-yipee {
color: #fcc01d;
}
.lime-lizard {
color: #a3d55d;
}
.resplendent-growth {
color: #3b8c3c;
}
/* CSS Variables */
:root {
--hawaiian-ahi-poke:#d24232;
--sun-orange:#f47b1f;
--happy-yipee:#fcc01d;
--lime-lizard:#a3d55d;
--resplendent-growth:#3b8c3c;
}