Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.banana-propaganda {
color: #f5d800;
}
.titanium-yellow {
color: #ebe700;
}
.chartreuse-shot {
color: #d3d600;
}
.j-n-s-gold {
color: #a3a800;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--banana-propaganda:#f5d800;
--titanium-yellow:#ebe700;
--chartreuse-shot:#d3d600;
--j-n-s-gold:#a3a800;
}