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