Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.orange-bell-pepper {
color: #ff8b42;
}
.bright-orange {
color: #ff7033;
}
.ogre-odor {
color: #ff513d;
}
.tan-red {
color: #ff4b1f;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--orange-bell-pepper:#ff8b42;
--bright-orange:#ff7033;
--ogre-odor:#ff513d;
--tan-red:#ff4b1f;
}