Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.butter-muffin {
color: #f8e0b4;
}
.shell-ginger {
color: #f9e4d7;
}
.pretty-petunia {
color: #d1b3e0;
}
.sky-high {
color: #a0c1e9;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--butter-muffin:#f8e0b4;
--shell-ginger:#f9e4d7;
--pretty-petunia:#d1b3e0;
--sky-high:#a0c1e9;
}