Color names in this palette
CSS code for this palette
/* CSS */
.arts-crafts-gold {
color: #f9c78b;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.wiener-schnitzel {
color: #f09c00;
}
.gold-orange {
color: #d97512;
}
.falling-leaves {
color: #a65c3a;
}
/* CSS Variables */
:root {
--arts-crafts-gold:#f9c78b;
--apricot-glazed-chicken:#f5a524;
--wiener-schnitzel:#f09c00;
--gold-orange:#d97512;
--falling-leaves:#a65c3a;
}