Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.kunzite {
color: #dab9c5;
}
.studio {
color: #6c4d9d;
}
.olympic-blue {
color: #4b91e2;
}
.xanthic {
color: #f8e61b;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--kunzite:#dab9c5;
--studio:#6c4d9d;
--olympic-blue:#4b91e2;
--xanthic:#f8e61b;
}