Color names in this palette
CSS code for this palette
/* CSS */
.poppy-surprise {
color: #ff5833;
}
.bright-orange {
color: #ff7033;
}
.wildfire {
color: #ff8b33;
}
.citrus-splash {
color: #ffc300;
}
.corona {
color: #ffb433;
}
/* CSS Variables */
:root {
--poppy-surprise:#ff5833;
--bright-orange:#ff7033;
--wildfire:#ff8b33;
--citrus-splash:#ffc300;
--corona:#ffb433;
}