Color names in this palette
CSS code for this palette
/* CSS */
.chlorophyll {
color: #4b8f1e;
}
.bitter-dandelion {
color: #6bbf3b;
}
.bright-lettuce {
color: #93d55d;
}
.usc-gold {
color: #ffcc00;
}
.poppy-surprise {
color: #ff5833;
}
/* CSS Variables */
:root {
--chlorophyll:#4b8f1e;
--bitter-dandelion:#6bbf3b;
--bright-lettuce:#93d55d;
--usc-gold:#ffcc00;
--poppy-surprise:#ff5833;
}