Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.kin-gold {
color: #f59b00;
}
.pinard-yellow {
color: #f5c800;
}
.banana-propaganda {
color: #f5e000;
}
.marsupilami {
color: #f5f500;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--kin-gold:#f59b00;
--pinard-yellow:#f5c800;
--banana-propaganda:#f5e000;
--marsupilami:#f5f500;
}