Color names in this palette
CSS code for this palette
/* CSS */
.poppy-surprise {
color: #ff5833;
}
.wildfire {
color: #ff8b33;
}
.corona {
color: #ffb433;
}
.zard-yellow {
color: #ffe733;
}
.bright-light-green {
color: #33ff58;
}
/* CSS Variables */
:root {
--poppy-surprise:#ff5833;
--wildfire:#ff8b33;
--corona:#ffb433;
--zard-yellow:#ffe733;
--bright-light-green:#33ff58;
}