Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.pattypan {
color: #e7b80d;
}
.nervy-hue {
color: #d9c75e;
}
.sugar-cookie {
color: #f2e2a1;
}
.beeswing {
color: #f6d398;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--pattypan:#e7b80d;
--nervy-hue:#d9c75e;
--sugar-cookie:#f2e2a1;
--beeswing:#f6d398;
}