Color names in this palette
CSS code for this palette
/* CSS */
.ogre-odor {
color: #ff513d;
}
.grapefruit-pulp {
color: #ff6f5c;
}
.clarified-orange {
color: #f9a35d;
}
.glitter-yellow {
color: #fbd85b;
}
.quiche-lorraine {
color: #ffd270;
}
/* CSS Variables */
:root {
--ogre-odor:#ff513d;
--grapefruit-pulp:#ff6f5c;
--clarified-orange:#f9a35d;
--glitter-yellow:#fbd85b;
--quiche-lorraine:#ffd270;
}