Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.westfall-yellow {
color: #f9d64e;
}
.crunch {
color: #f2b75f;
}
.vermilion-bird {
color: #f54838;
}
.rosy-cheeks {
color: #d84b6c;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--westfall-yellow:#f9d64e;
--crunch:#f2b75f;
--vermilion-bird:#f54838;
--rosy-cheeks:#d84b6c;
}