Color names in this palette
CSS code for this palette
/* CSS */
.drably-olive {
color: #7f8000;
}
.old-asparagus {
color: #8a8a00;
}
.j-n-s-gold {
color: #a3a300;
}
.honey-and-thyme {
color: #b3b000;
}
.march-green {
color: #d1d100;
}
/* CSS Variables */
:root {
--drably-olive:#7f8000;
--old-asparagus:#8a8a00;
--j-n-s-gold:#a3a300;
--honey-and-thyme:#b3b000;
--march-green:#d1d100;
}