Color names in this palette
CSS code for this palette
/* CSS */
.overgrown-mausoleum {
color: #4c8b2d;
}
.siren-of-nature {
color: #68a13a;
}
.apple-orchard {
color: #90c56d;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.24-carrot {
color: #e76a27;
}
/* CSS Variables */
:root {
--overgrown-mausoleum:#4c8b2d;
--siren-of-nature:#68a13a;
--apple-orchard:#90c56d;
--solar-plexus-chakra:#f1c84b;
--24-carrot:#e76a27;
}