Color names in this palette
CSS code for this palette
/* CSS */
.l-l-red {
color: #da5b25;
}
.mad-for-mango {
color: #f5a300;
}
.syndicalist {
color: #f5c400;
}
.chiffon {
color: #ebf2ba;
}
.witty-green {
color: #b5d99b;
}
/* CSS Variables */
:root {
--l-l-red:#da5b25;
--mad-for-mango:#f5a300;
--syndicalist:#f5c400;
--chiffon:#ebf2ba;
--witty-green:#b5d99b;
}