Color names in this palette
CSS code for this palette
/* CSS */
.ogre-odor {
color: #ff513d;
}
.sunset-yellow {
color: #ff8b3d;
}
.dandelion-yellow {
color: #ffdb3d;
}
.lime {
color: #a1ff3d;
}
.eva-green {
color: #3dff8b;
}
/* CSS Variables */
:root {
--ogre-odor:#ff513d;
--sunset-yellow:#ff8b3d;
--dandelion-yellow:#ffdb3d;
--lime:#a1ff3d;
--eva-green:#3dff8b;
}