Color names in this palette
CSS code for this palette
/* CSS */
.poppy-surprise {
color: #ff5833;
}
.wildfire {
color: #ff8b33;
}
.sunglow {
color: #ffcf33;
}
.grass-stain-green {
color: #c5ff33;
}
.bright-light-green {
color: #33ff58;
}
/* CSS Variables */
:root {
--poppy-surprise:#ff5833;
--wildfire:#ff8b33;
--sunglow:#ffcf33;
--grass-stain-green:#c5ff33;
--bright-light-green:#33ff58;
}