Color names in this palette
CSS code for this palette
/* CSS */
.j-n-s-gold {
color: #a8a500;
}
.mustard-green {
color: #b0b300;
}
.chartreuse-shot {
color: #d3d600;
}
.peridot {
color: #e6e200;
}
.saint-seiya-gold {
color: #f0f000;
}
/* CSS Variables */
:root {
--j-n-s-gold:#a8a500;
--mustard-green:#b0b300;
--chartreuse-shot:#d3d600;
--peridot:#e6e200;
--saint-seiya-gold:#f0f000;
}