Color names in this palette
CSS code for this palette
/* CSS */
.natural-youth {
color: #d5e8b5;
}
.in-good-taste {
color: #b6d89d;
}
.green-herb {
color: #a1c289;
}
.grand-valley {
color: #8ebf7d;
}
.faded-green {
color: #77b573;
}
/* CSS Variables */
:root {
--natural-youth:#d5e8b5;
--in-good-taste:#b6d89d;
--green-herb:#a1c289;
--grand-valley:#8ebf7d;
--faded-green:#77b573;
}