Color names in this palette
CSS code for this palette
/* CSS */
.poppy-glow {
color: #f28d4a;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.lime-lizard {
color: #a3d55d;
}
.pure-apple {
color: #6cbe46;
}
.overgrown-mausoleum {
color: #4b8d35;
}
/* CSS Variables */
:root {
--poppy-glow:#f28d4a;
--solar-plexus-chakra:#f1c84b;
--lime-lizard:#a3d55d;
--pure-apple:#6cbe46;
--overgrown-mausoleum:#4b8d35;
}