Color names in this palette
CSS code for this palette
/* CSS */
.ogre-odor {
color: #ff513d;
}
.carrot {
color: #ff713d;
}
.joyful-orange {
color: #ff913d;
}
.exploding-star {
color: #ffd83d;
}
.sponge-cake {
color: #fffc3d;
}
/* CSS Variables */
:root {
--ogre-odor:#ff513d;
--carrot:#ff713d;
--joyful-orange:#ff913d;
--exploding-star:#ffd83d;
--sponge-cake:#fffc3d;
}