Color names in this palette
CSS code for this palette
/* CSS */
.xanthic {
color: #f8e61b;
}
.wake-me-up {
color: #f6d55a;
}
.mad-for-mango {
color: #f5a300;
}
.elysium-gold {
color: #d19200;
}
.cumin-ochre {
color: #a36a00;
}
/* CSS Variables */
:root {
--xanthic:#f8e61b;
--wake-me-up:#f6d55a;
--mad-for-mango:#f5a300;
--elysium-gold:#d19200;
--cumin-ochre:#a36a00;
}