Color names in this palette
CSS code for this palette
/* CSS */
.granny-smith-apple {
color: #a0dd8d;
}
.grape-green {
color: #a5e2a2;
}
.fringy-flower {
color: #b4e4b7;
}
.peasful-mint {
color: #c5f0c1;
}
.friendly-basilisk {
color: #e3f9e1;
}
/* CSS Variables */
:root {
--granny-smith-apple:#a0dd8d;
--grape-green:#a5e2a2;
--fringy-flower:#b4e4b7;
--peasful-mint:#c5f0c1;
--friendly-basilisk:#e3f9e1;
}