Color names in this palette
CSS code for this palette
/* CSS */
.poppy-surprise {
color: #ff5833;
}
.wildfire {
color: #ff8b33;
}
.sunglow {
color: #ffcc33;
}
.crystal-green {
color: #a2d77e;
}
.fantasy-console-sky {
color: #33b4ff;
}
/* CSS Variables */
:root {
--poppy-surprise:#ff5833;
--wildfire:#ff8b33;
--sunglow:#ffcc33;
--crystal-green:#a2d77e;
--fantasy-console-sky:#33b4ff;
}