Color names in this palette
CSS code for this palette
/* CSS */
.nature-s-delight {
color: #a9d68f;
}
.ultra-green {
color: #7fbf4a;
}
.limeade {
color: #5c9c2b;
}
.forest-empress {
color: #3a6d1c;
}
.treetop-cathedral {
color: #2f4c15;
}
/* CSS Variables */
:root {
--nature-s-delight:#a9d68f;
--ultra-green:#7fbf4a;
--limeade:#5c9c2b;
--forest-empress:#3a6d1c;
--treetop-cathedral:#2f4c15;
}