Color names in this palette
CSS code for this palette
/* CSS */
.ogre-odor {
color: #ff513d;
}
.clarified-orange {
color: #ff9d5c;
}
.apricot-glow {
color: #ffcc7a;
}
.sun-drenched {
color: #ffe5a3;
}
.shalimar {
color: #f8f9a9;
}
/* CSS Variables */
:root {
--ogre-odor:#ff513d;
--clarified-orange:#ff9d5c;
--apricot-glow:#ffcc7a;
--sun-drenched:#ffe5a3;
--shalimar:#f8f9a9;
}