Color names in this palette
CSS code for this palette
/* CSS */
.gully-green {
color: #4b703e;
}
.dull-green {
color: #6fa55f;
}
.cos {
color: #a4c88d;
}
.natural-youth {
color: #d5e8b5;
}
.classic-chalk {
color: #f2f5ef;
}
/* CSS Variables */
:root {
--gully-green:#4b703e;
--dull-green:#6fa55f;
--cos:#a4c88d;
--natural-youth:#d5e8b5;
--classic-chalk:#f2f5ef;
}