Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.aspen-yellow {
color: #f8e0a0;
}
.purity {
color: #d9cae2;
}
.sky-high {
color: #a5c2e9;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--aspen-yellow:#f8e0a0;
--purity:#d9cae2;
--sky-high:#a5c2e9;
--olympic-blue:#4b91e2;
}