Color names in this palette
CSS code for this palette
/* CSS */
.granny-smith-apple {
color: #a0dd8d;
}
.grape-green {
color: #a7e6a2;
}
.spring-slumber-green {
color: #b3f4b6;
}
.natural-youth {
color: #d7e9b4;
}
.australian-mint {
color: #f1f4a9;
}
/* CSS Variables */
:root {
--granny-smith-apple:#a0dd8d;
--grape-green:#a7e6a2;
--spring-slumber-green:#b3f4b6;
--natural-youth:#d7e9b4;
--australian-mint:#f1f4a9;
}