Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.syndicalist {
color: #f5c400;
}
.banana-propaganda {
color: #f5e000;
}
.marsupilami {
color: #f5f500;
}
.field-day {
color: #c8e6a3;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--syndicalist:#f5c400;
--banana-propaganda:#f5e000;
--marsupilami:#f5f500;
--field-day:#c8e6a3;
}