Color names in this palette
CSS code for this palette
/* CSS */
.granny-smith-apple {
color: #a0dd8d;
}
.grape-green {
color: #a3e2a2;
}
.fringy-flower {
color: #b3e5b8;
}
.peasful-mint {
color: #c6f1c6;
}
.nettle-rash {
color: #e3f7e8;
}
/* CSS Variables */
:root {
--granny-smith-apple:#a0dd8d;
--grape-green:#a3e2a2;
--fringy-flower:#b3e5b8;
--peasful-mint:#c6f1c6;
--nettle-rash:#e3f7e8;
}