Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.luminescent-green {
color: #7b9b1c;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.blood-orange {
color: #cf021a;
}
.xanthic {
color: #f8e61b;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--luminescent-green:#7b9b1c;
--apricot-glazed-chicken:#f5a524;
--blood-orange:#cf021a;
--xanthic:#f8e61b;
}