Color names in this palette
CSS code for this palette
/* CSS */
.poppy-surprise {
color: #ff5833;
}
.corona {
color: #ffb433;
}
.stadium-grass {
color: #daff33;
}
.bright-light-green {
color: #33ff58;
}
.fantasy-console-sky {
color: #33b4ff;
}
/* CSS Variables */
:root {
--poppy-surprise:#ff5833;
--corona:#ffb433;
--stadium-grass:#daff33;
--bright-light-green:#33ff58;
--fantasy-console-sky:#33b4ff;
}