Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.syndicalist {
color: #f5c400;
}
.banana-propaganda {
color: #f0d800;
}
.titanium-yellow {
color: #f0e800;
}
.golden-gun {
color: #d6e600;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--syndicalist:#f5c400;
--banana-propaganda:#f0d800;
--titanium-yellow:#f0e800;
--golden-gun:#d6e600;
}