Color names in this palette
CSS code for this palette
/* CSS */
.mustard-yellow {
color: #e0b000;
}
.safety-yellow {
color: #f0d400;
}
.banana-propaganda {
color: #f5e000;
}
.yellowish {
color: #f9ed62;
}
.yippie-ya-yellow {
color: #f6f2a2;
}
/* CSS Variables */
:root {
--mustard-yellow:#e0b000;
--safety-yellow:#f0d400;
--banana-propaganda:#f5e000;
--yellowish:#f9ed62;
--yippie-ya-yellow:#f6f2a2;
}