All Palettes

Color Palette #a7e6a3, #b4e9b4, #d0e8b0, #e9f5a3, #f8fbb1

0%
0%
0%

CSS code for this palette

/* CSS */
.grape-green {
color: #a7e6a3;
}
.patina-green {
color: #b4e9b4;
}
.lasting-thoughts {
color: #d0e8b0;
}
.dingy-sticky-note {
color: #e9f5a3;
}
.yellow-chalk {
color: #f8fbb1;
}

/* CSS Variables */
:root {
--grape-green:#a7e6a3;
--patina-green:#b4e9b4;
--lasting-thoughts:#d0e8b0;
--dingy-sticky-note:#e9f5a3;
--yellow-chalk:#f8fbb1;
}

More palettes to explore