Color names in this palette
CSS code for this palette
/* CSS */
.dayflower {
color: #3c9cd7;
}
.garish-green {
color: #4abf8c;
}
.xanthic {
color: #f8e61b;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.blood-orange {
color: #cf021a;
}
/* CSS Variables */
:root {
--dayflower:#3c9cd7;
--garish-green:#4abf8c;
--xanthic:#f8e61b;
--apricot-glazed-chicken:#f5a524;
--blood-orange:#cf021a;
}