Color names in this palette
CSS code for this palette
/* CSS */
.ogre-odor {
color: #ff513d;
}
.kanz-orange {
color: #ff8e3d;
}
.orange-pop {
color: #ffb83d;
}
.dandelion-yellow {
color: #ffdb3d;
}
.alien-parasite {
color: #4dff3d;
}
/* CSS Variables */
:root {
--ogre-odor:#ff513d;
--kanz-orange:#ff8e3d;
--orange-pop:#ffb83d;
--dandelion-yellow:#ffdb3d;
--alien-parasite:#4dff3d;
}