All Palettes

Color Palette #a2b1b4, #b7c3c2, #d3e4e1, #f6f9f8, #f7c5c5

0%
0%
0%

CSS code for this palette

/* CSS */
.laundry-blue {
color: #a2b1b4;
}
.sky-grey {
color: #b7c3c2;
}
.meadowsweet-mist {
color: #d3e4e1;
}
.lynx-white {
color: #f6f9f8;
}
.english-rose {
color: #f7c5c5;
}

/* CSS Variables */
:root {
--laundry-blue:#a2b1b4;
--sky-grey:#b7c3c2;
--meadowsweet-mist:#d3e4e1;
--lynx-white:#f6f9f8;
--english-rose:#f7c5c5;
}

More palettes to explore