Color names in this palette
CSS code for this palette
/* CSS */
.ogre-odor {
color: #ff513d;
}
.kanz-orange {
color: #ff8e3d;
}
.haba-ero-gold {
color: #ffcf3d;
}
.lime {
color: #b1ff3d;
}
.bright-light-green {
color: #3dff57;
}
/* CSS Variables */
:root {
--ogre-odor:#ff513d;
--kanz-orange:#ff8e3d;
--haba-ero-gold:#ffcf3d;
--lime:#b1ff3d;
--bright-light-green:#3dff57;
}