Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.syndicalist {
color: #f5c400;
}
.no-gmb-yellow {
color: #f7e587;
}
.athena-pink {
color: #e8b0c4;
}
.bit-of-berry {
color: #d85a99;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--syndicalist:#f5c400;
--no-gmb-yellow:#f7e587;
--athena-pink:#e8b0c4;
--bit-of-berry:#d85a99;
}