Color names in this palette
CSS code for this palette
/* CSS */
.xanthic {
color: #f8e61b;
}
.pale-banana {
color: #f3e28c;
}
.antique-wicker-basket {
color: #f1d3a2;
}
.butter-cream {
color: #f1b341;
}
.honeycomb {
color: #d9a60d;
}
/* CSS Variables */
:root {
--xanthic:#f8e61b;
--pale-banana:#f3e28c;
--antique-wicker-basket:#f1d3a2;
--butter-cream:#f1b341;
--honeycomb:#d9a60d;
}