Color names in this palette
CSS code for this palette
/* CSS */
.ogre-odor {
color: #ff513d;
}
.orange-you-happy {
color: #ff801f;
}
.t-gold {
color: #ffb01f;
}
.royal-star {
color: #ffde4d;
}
.alien-parasite {
color: #4dff3d;
}
/* CSS Variables */
:root {
--ogre-odor:#ff513d;
--orange-you-happy:#ff801f;
--t-gold:#ffb01f;
--royal-star:#ffde4d;
--alien-parasite:#4dff3d;
}