Color names in this palette
CSS code for this palette
/* CSS */
.ginger-peach {
color: #f9d29f;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.burning-trail {
color: #f09d28;
}
.fresh-acorn {
color: #d6693d;
}
.fiery-fuchsia {
color: #b43c6a;
}
/* CSS Variables */
:root {
--ginger-peach:#f9d29f;
--apricot-glazed-chicken:#f5a524;
--burning-trail:#f09d28;
--fresh-acorn:#d6693d;
--fiery-fuchsia:#b43c6a;
}