All Palettes

Color Palette #b0a5a0, #c3b3a2, #d1d4c9, #e1e7d5, #f5f9e7

0%
0%
0%

CSS code for this palette

/* CSS */
.flexible-grey {
color: #b0a5a0;
}
.coral-clay {
color: #c3b3a2;
}
.filmy-green {
color: #d1d4c9;
}
.just-about-green {
color: #e1e7d5;
}
.bean-sprout {
color: #f5f9e7;
}

/* CSS Variables */
:root {
--flexible-grey:#b0a5a0;
--coral-clay:#c3b3a2;
--filmy-green:#d1d4c9;
--just-about-green:#e1e7d5;
--bean-sprout:#f5f9e7;
}

More palettes to explore