All Palettes

Color Palette #2b883d, #4acf5e, #a5e2a2, #c6e9b4, #f0f4e1

0%
0%
0%

CSS code for this palette

/* CSS */
.green-ribbon {
color: #2b883d;
}
.hello-spring {
color: #4acf5e;
}
.grape-green {
color: #a5e2a2;
}
.fairway-mist {
color: #c6e9b4;
}
.belyi-white {
color: #f0f4e1;
}

/* CSS Variables */
:root {
--green-ribbon:#2b883d;
--hello-spring:#4acf5e;
--grape-green:#a5e2a2;
--fairway-mist:#c6e9b4;
--belyi-white:#f0f4e1;
}

More palettes to explore