Color names in this palette
CSS code for this palette
/* CSS */
.granny-smith-apple {
color: #a0dd8d;
}
.grape-green {
color: #a4e0a3;
}
.mint-parfait {
color: #b5e8ba;
}
.mint-julep {
color: #d9f2a6;
}
.yellow-chalk {
color: #f6fbb1;
}
/* CSS Variables */
:root {
--granny-smith-apple:#a0dd8d;
--grape-green:#a4e0a3;
--mint-parfait:#b5e8ba;
--mint-julep:#d9f2a6;
--yellow-chalk:#f6fbb1;
}