Color names in this palette
CSS code for this palette
/* CSS */
.forestial {
color: #007a33;
}
.nature-s-delight {
color: #a5d88d;
}
.smooth-as-corn-silk {
color: #f4e2b3;
}
.bee {
color: #f3b858;
}
.untamed-orange {
color: #d95a30;
}
/* CSS Variables */
:root {
--forestial:#007a33;
--nature-s-delight:#a5d88d;
--smooth-as-corn-silk:#f4e2b3;
--bee:#f3b858;
--untamed-orange:#d95a30;
}