Color names in this palette
CSS code for this palette
/* CSS */
.consumed-by-fire {
color: #f47f1f;
}
.fire-flower {
color: #f58a32;
}
.troll-slayer-orange {
color: #f6a14c;
}
.cochin-chicken {
color: #f5b761;
}
.golden-churro {
color: #f5d175;
}
/* CSS Variables */
:root {
--consumed-by-fire:#f47f1f;
--fire-flower:#f58a32;
--troll-slayer-orange:#f6a14c;
--cochin-chicken:#f5b761;
--golden-churro:#f5d175;
}