Color names in this palette
CSS code for this palette
/* CSS */
.highlands-moss {
color: #475200;
}
.topiary-garden {
color: #6a8000;
}
.traffic-light-green {
color: #8e9e00;
}
.yew {
color: #b1b800;
}
.chartreuse-shot {
color: #d3d600;
}
/* CSS Variables */
:root {
--highlands-moss:#475200;
--topiary-garden:#6a8000;
--traffic-light-green:#8e9e00;
--yew:#b1b800;
--chartreuse-shot:#d3d600;
}