Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.aspen-yellow {
color: #f8e0a0;
}
.disco-ball {
color: #d4d4d4;
}
.lilliputian-lime {
color: #7fd959;
}
.flirty-rose {
color: #d45e8d;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--aspen-yellow:#f8e0a0;
--disco-ball:#d4d4d4;
--lilliputian-lime:#7fd959;
--flirty-rose:#d45e8d;
}