Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.syndicalist {
color: #f5c400;
}
.lemon-ice-yellow {
color: #f7e2a6;
}
.jaguar-rose {
color: #f3b4b8;
}
.peppermint-swirl {
color: #d45e7b;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--syndicalist:#f5c400;
--lemon-ice-yellow:#f7e2a6;
--jaguar-rose:#f3b4b8;
--peppermint-swirl:#d45e7b;
}