Color names in this palette
CSS code for this palette
/* CSS */
.pistachio-dream {
color: #aad189;
}
.sour-candy {
color: #6baf46;
}
.overgrown-mausoleum {
color: #4b8b2d;
}
.forest-empress {
color: #396d1d;
}
.treetop-cathedral {
color: #294a12;
}
/* CSS Variables */
:root {
--pistachio-dream:#aad189;
--sour-candy:#6baf46;
--overgrown-mausoleum:#4b8b2d;
--forest-empress:#396d1d;
--treetop-cathedral:#294a12;
}