Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.syndicalist {
color: #f5c400;
}
.lemon-dream {
color: #f0a400;
}
.lime-bright {
color: #f1e3b1;
}
.flower-spell {
color: #ffc7d7;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--syndicalist:#f5c400;
--lemon-dream:#f0a400;
--lime-bright:#f1e3b1;
--flower-spell:#ffc7d7;
}