Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.glitzy-gold {
color: #da9f2b;
}
.sandpoint {
color: #e9cdaf;
}
.barley-white {
color: #f7e3b6;
}
.peril-s-flames {
color: #f08b38;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--glitzy-gold:#da9f2b;
--sandpoint:#e9cdaf;
--barley-white:#f7e3b6;
--peril-s-flames:#f08b38;
}