Color names in this palette
CSS code for this palette
/* CSS */
.fistfull-of-green {
color: #a2a220;
}
.chartreuse-shot {
color: #d3d600;
}
.yew {
color: #b1b800;
}
.drably-olive {
color: #7f8000;
}
.highlands-moss {
color: #4a4d00;
}
/* CSS Variables */
:root {
--fistfull-of-green:#a2a220;
--chartreuse-shot:#d3d600;
--yew:#b1b800;
--drably-olive:#7f8000;
--highlands-moss:#4a4d00;
}