Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.syndicalist {
color: #f5c400;
}
.eternal-summer {
color: #f5e400;
}
.marsupilami {
color: #f5f500;
}
.lime-jelly {
color: #e4f500;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--syndicalist:#f5c400;
--eternal-summer:#f5e400;
--marsupilami:#f5f500;
--lime-jelly:#e4f500;
}