Color names in this palette
CSS code for this palette
/* CSS */
.calm-balm {
color: #5c9e3d;
}
.burst-of-lime {
color: #a9d544;
}
.spring-yellow {
color: #f0e67a;
}
.dent-corn {
color: #f4b61a;
}
.play-school {
color: #d55c20;
}
/* CSS Variables */
:root {
--calm-balm:#5c9e3d;
--burst-of-lime:#a9d544;
--spring-yellow:#f0e67a;
--dent-corn:#f4b61a;
--play-school:#d55c20;
}