Color names in this palette
CSS code for this palette
/* CSS */
.j-n-s-gold {
color: #a5a800;
}
.traffic-light-green {
color: #8c9900;
}
.snot-green {
color: #a1c200;
}
.chartreuse-shot {
color: #d3d600;
}
.yellow {
color: #ffff00;
}
/* CSS Variables */
:root {
--j-n-s-gold:#a5a800;
--traffic-light-green:#8c9900;
--snot-green:#a1c200;
--chartreuse-shot:#d3d600;
--yellow:#ffff00;
}