All Palettes

Color Palette #3b402b, #6b6e4e, #8e9d6c, #b9c4a1, #e1e7d5

0%
0%
0%

CSS code for this palette

/* CSS */
.green-kelp {
color: #3b402b;
}
.herbal-whispers {
color: #6b6e4e;
}
.exotic-palm {
color: #8e9d6c;
}
.chopped-dill {
color: #b9c4a1;
}
.just-about-green {
color: #e1e7d5;
}

/* CSS Variables */
:root {
--green-kelp:#3b402b;
--herbal-whispers:#6b6e4e;
--exotic-palm:#8e9d6c;
--chopped-dill:#b9c4a1;
--just-about-green:#e1e7d5;
}

More palettes to explore