Color names in this palette
CSS code for this palette
/* CSS */
.ogre-odor {
color: #ff513d;
}
.mango-tango {
color: #ff7e3d;
}
.pieces-of-eight {
color: #ffb13d;
}
.dandelion-yellow {
color: #ffdb3d;
}
.yellow-green {
color: #d5ff3d;
}
/* CSS Variables */
:root {
--ogre-odor:#ff513d;
--mango-tango:#ff7e3d;
--pieces-of-eight:#ffb13d;
--dandelion-yellow:#ffdb3d;
--yellow-green:#d5ff3d;
}