Color names in this palette
CSS code for this palette
/* CSS */
.ogre-odor {
color: #ff513d;
}
.synthetic-pumpkin {
color: #ff7b3d;
}
.pieces-of-eight {
color: #ffb13d;
}
.dandelion-yellow {
color: #ffdb3d;
}
.yellow-green {
color: #d2ff3d;
}
/* CSS Variables */
:root {
--ogre-odor:#ff513d;
--synthetic-pumpkin:#ff7b3d;
--pieces-of-eight:#ffb13d;
--dandelion-yellow:#ffdb3d;
--yellow-green:#d2ff3d;
}