Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.syndicalist {
color: #f5c400;
}
.flatty-yellow {
color: #fae500;
}
.lemon-rose {
color: #f9e8ae;
}
.manga-pink {
color: #f4b8d8;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--syndicalist:#f5c400;
--flatty-yellow:#fae500;
--lemon-rose:#f9e8ae;
--manga-pink:#f4b8d8;
}