All Palettes

Color Palette #a7c8b9, #b8d5c5, #d8e6d0, #f5f9e7, #c8e1b7

0%
0%
0%

CSS code for this palette

/* CSS */
.bird-s-egg-green {
color: #a7c8b9;
}
.little-beaux-blue {
color: #b8d5c5;
}
.peppermint {
color: #d8e6d0;
}
.bean-sprout {
color: #f5f9e7;
}
.satin-green {
color: #c8e1b7;
}

/* CSS Variables */
:root {
--bird-s-egg-green:#a7c8b9;
--little-beaux-blue:#b8d5c5;
--peppermint:#d8e6d0;
--bean-sprout:#f5f9e7;
--satin-green:#c8e1b7;
}

More palettes to explore