Color names in this palette
CSS code for this palette
/* CSS */
.nettle-green {
color: #2e4a2b;
}
.fairway {
color: #496e4d;
}
.horenso-green {
color: #799e70;
}
.witty-green {
color: #b5d99b;
}
.light-green-glint {
color: #e3f8d3;
}
/* CSS Variables */
:root {
--nettle-green:#2e4a2b;
--fairway:#496e4d;
--horenso-green:#799e70;
--witty-green:#b5d99b;
--light-green-glint:#e3f8d3;
}