Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.gentle-glow {
color: #f8e5b9;
}
.pretty-petunia {
color: #dab7e1;
}
.liberal-lilac {
color: #9b58b6;
}
.mystic-nights {
color: #4b2376;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--gentle-glow:#f8e5b9;
--pretty-petunia:#dab7e1;
--liberal-lilac:#9b58b6;
--mystic-nights:#4b2376;
}