All Palettes

Color Palette #a9cbb8, #b6d3c7, #d0e1d4, #e4f1e4, #d5e8b5

0%
0%
0%

CSS code for this palette

/* CSS */
.bird-s-egg-green {
color: #a9cbb8;
}
.little-beaux-blue {
color: #b6d3c7;
}
.sentinel {
color: #d0e1d4;
}
.frosted-mint {
color: #e4f1e4;
}
.natural-youth {
color: #d5e8b5;
}

/* CSS Variables */
:root {
--bird-s-egg-green:#a9cbb8;
--little-beaux-blue:#b6d3c7;
--sentinel:#d0e1d4;
--frosted-mint:#e4f1e4;
--natural-youth:#d5e8b5;
}

More palettes to explore