Color names in this palette
CSS code for this palette
/* CSS */
.ogre-odor {
color: #ff513d;
}
.mango-tango {
color: #ff7e3d;
}
.lamplight {
color: #ffd23d;
}
.yellow-green {
color: #b8ff3d;
}
.emerald-ice-palace {
color: #3dff7e;
}
/* CSS Variables */
:root {
--ogre-odor:#ff513d;
--mango-tango:#ff7e3d;
--lamplight:#ffd23d;
--yellow-green:#b8ff3d;
--emerald-ice-palace:#3dff7e;
}