Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #9fd65c;
}
.overgrown-mausoleum {
color: #4e8c31;
}
.brazilian-green {
color: #2b6c1e;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--lime-lizard:#9fd65c;
--overgrown-mausoleum:#4e8c31;
--brazilian-green:#2b6c1e;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
}