Color names in this palette
CSS code for this palette
/* CSS */
.army-green {
color: #4e5421;
}
.olive-drab {
color: #6e7d31;
}
.new-shoot {
color: #8b993d;
}
.bile {
color: #b3c20a;
}
.chartreuse-shot {
color: #d3d600;
}
/* CSS Variables */
:root {
--army-green:#4e5421;
--olive-drab:#6e7d31;
--new-shoot:#8b993d;
--bile:#b3c20a;
--chartreuse-shot:#d3d600;
}