Color names in this palette
CSS code for this palette
/* CSS */
.ogre-odor {
color: #ff513d;
}
.sunset-yellow {
color: #ff8b3d;
}
.haba-ero-gold {
color: #ffcf3d;
}
.alien-parasite {
color: #4dff3d;
}
.bright-cyan {
color: #3dffff;
}
/* CSS Variables */
:root {
--ogre-odor:#ff513d;
--sunset-yellow:#ff8b3d;
--haba-ero-gold:#ffcf3d;
--alien-parasite:#4dff3d;
--bright-cyan:#3dffff;
}