Color names in this palette
CSS code for this palette
/* CSS */
.poppy-surprise {
color: #ff5833;
}
.blazing-bonfire {
color: #ffa033;
}
.sunglow {
color: #ffcc33;
}
.bright-light-green {
color: #33ff58;
}
.shovel-knight {
color: #33c2ff;
}
/* CSS Variables */
:root {
--poppy-surprise:#ff5833;
--blazing-bonfire:#ffa033;
--sunglow:#ffcc33;
--bright-light-green:#33ff58;
--shovel-knight:#33c2ff;
}