Color names in this palette
CSS code for this palette
/* CSS */
.greenbrier {
color: #4ba06e;
}
.electric-lettuce {
color: #7ecd7e;
}
.grape-green {
color: #a4e0a4;
}
.light-carolina {
color: #d2f9d2;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--greenbrier:#4ba06e;
--electric-lettuce:#7ecd7e;
--grape-green:#a4e0a4;
--light-carolina:#d2f9d2;
--white:#ffffff;
}