Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.mad-for-mango {
color: #f5a300;
}
.yuzu-jam {
color: #fad400;
}
.blended-fruit {
color: #f8e2a5;
}
.yellow-essence {
color: #fce2b6;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--mad-for-mango:#f5a300;
--yuzu-jam:#fad400;
--blended-fruit:#f8e2a5;
--yellow-essence:#fce2b6;
}