Color names in this palette
CSS code for this palette
/* CSS */
.gully-green {
color: #4a693a;
}
.bright-forest {
color: #6a8d4e;
}
.french-market {
color: #a3c9a1;
}
.hamster-habitat {
color: #c3d5ae;
}
.shy-green {
color: #e5e7d9;
}
/* CSS Variables */
:root {
--gully-green:#4a693a;
--bright-forest:#6a8d4e;
--french-market:#a3c9a1;
--hamster-habitat:#c3d5ae;
--shy-green:#e5e7d9;
}