Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.chartreuse-shot {
color: #e0d500;
}
.golden-foil {
color: #c7c700;
}
.mustard-green {
color: #b0b300;
}
.j-n-s-gold {
color: #a3a300;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--chartreuse-shot:#e0d500;
--golden-foil:#c7c700;
--mustard-green:#b0b300;
--j-n-s-gold:#a3a300;
}