Color names in this palette
CSS code for this palette
/* CSS */
.poppy-surprise {
color: #ff5833;
}
.wildfire {
color: #ff8b33;
}
.corona {
color: #ffb433;
}
.banana-yellow {
color: #ffe033;
}
.stadium-grass {
color: #d3ff33;
}
/* CSS Variables */
:root {
--poppy-surprise:#ff5833;
--wildfire:#ff8b33;
--corona:#ffb433;
--banana-yellow:#ffe033;
--stadium-grass:#d3ff33;
}