All Palettes

Color Palette #a8d3e1, #b2e1e6, #d8e9e7, #f1f9f8, #f4d6ae

0%
0%
0%

CSS code for this palette

/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.polar-blue {
color: #b2e1e6;
}
.boiling-point {
color: #d8e9e7;
}
.distant-horizon {
color: #f1f9f8;
}
.apricot-gelato {
color: #f4d6ae;
}

/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--polar-blue:#b2e1e6;
--boiling-point:#d8e9e7;
--distant-horizon:#f1f9f8;
--apricot-gelato:#f4d6ae;
}

More palettes to explore