Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.tuscan {
color: #f9d6a9;
}
.walnut-cream {
color: #f6d7b1;
}
.noodles {
color: #f8e3b4;
}
.peach-beach {
color: #fcd0a1;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--tuscan:#f9d6a9;
--walnut-cream:#f6d7b1;
--noodles:#f8e3b4;
--peach-beach:#fcd0a1;
}