Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.xanthic {
color: #f8e61b;
}
.blood-orange {
color: #cf021a;
}
.olympic-blue {
color: #4b91e2;
}
.punk-rock-pink {
color: #9116fe;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--xanthic:#f8e61b;
--blood-orange:#cf021a;
--olympic-blue:#4b91e2;
--punk-rock-pink:#9116fe;
}