Color names in this palette
CSS code for this palette
/* CSS */
.soviet-gold {
color: #ffd900;
}
.middle-yellow {
color: #ffea00;
}
.chartreuse-shot {
color: #d3d600;
}
.snot-green {
color: #a1c200;
}
.swamp-green {
color: #7c8a00;
}
/* CSS Variables */
:root {
--soviet-gold:#ffd900;
--middle-yellow:#ffea00;
--chartreuse-shot:#d3d600;
--snot-green:#a1c200;
--swamp-green:#7c8a00;
}