Color names in this palette
CSS code for this palette
/* CSS */
.citron {
color: #d4c659;
}
.leafy-woodland {
color: #a6b30f;
}
.siskin-sprout {
color: #79982a;
}
.overgrown-mausoleum {
color: #4b8b2d;
}
.arcala-green {
color: #3c6d3d;
}
/* CSS Variables */
:root {
--citron:#d4c659;
--leafy-woodland:#a6b30f;
--siskin-sprout:#79982a;
--overgrown-mausoleum:#4b8b2d;
--arcala-green:#3c6d3d;
}