Color names in this palette
CSS code for this palette
/* CSS */
.almond-cream {
color: #f5c19e;
}
.camel-hair-coat {
color: #f5b880;
}
.troll-slayer-orange {
color: #f49e4e;
}
.citrus-blast {
color: #e27b3c;
}
.fireglow {
color: #d45d40;
}
/* CSS Variables */
:root {
--almond-cream:#f5c19e;
--camel-hair-coat:#f5b880;
--troll-slayer-orange:#f49e4e;
--citrus-blast:#e27b3c;
--fireglow:#d45d40;
}