Color names in this palette
CSS code for this palette
/* CSS */
.ogre-odor {
color: #ff513d;
}
.sunset-yellow {
color: #ff8b3d;
}
.orange-pop {
color: #ffbb3d;
}
.hollandaise {
color: #ffec3d;
}
.alien-parasite {
color: #4dff3d;
}
/* CSS Variables */
:root {
--ogre-odor:#ff513d;
--sunset-yellow:#ff8b3d;
--orange-pop:#ffbb3d;
--hollandaise:#ffec3d;
--alien-parasite:#4dff3d;
}