Color names in this palette
CSS code for this palette
/* CSS */
.herbery-honey {
color: #ecef1f;
}
.snot-green {
color: #a1c200;
}
.mughal-green {
color: #3b8f00;
}
.forestial {
color: #007a33;
}
.ficus-elastica {
color: #00612c;
}
/* CSS Variables */
:root {
--herbery-honey:#ecef1f;
--snot-green:#a1c200;
--mughal-green:#3b8f00;
--forestial:#007a33;
--ficus-elastica:#00612c;
}