Color names in this palette
CSS code for this palette
/* CSS */
.ogre-odor {
color: #ff513d;
}
.boredom-buster {
color: #ff8e4d;
}
.floral-leaf {
color: #ffb84d;
}
.spirited-yellow {
color: #ffdc85;
}
.firefly-glow {
color: #fff3a3;
}
/* CSS Variables */
:root {
--ogre-odor:#ff513d;
--boredom-buster:#ff8e4d;
--floral-leaf:#ffb84d;
--spirited-yellow:#ffdc85;
--firefly-glow:#fff3a3;
}