Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.aspen-yellow {
color: #f8e0a0;
}
.pearl-blush {
color: #f3cec4;
}
.sweet-lilac {
color: #eab8d1;
}
.flirty-rose {
color: #d65c8d;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--aspen-yellow:#f8e0a0;
--pearl-blush:#f3cec4;
--sweet-lilac:#eab8d1;
--flirty-rose:#d65c8d;
}