All Palettes

Color Palette #a8d3e1, #b8e5e0, #d3f3e0, #f9e0ae, #fbb8a2

0%
0%
0%

CSS code for this palette

/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.aquatint {
color: #b8e5e0;
}
.pastel-jade {
color: #d3f3e0;
}
.peach-yellow {
color: #f9e0ae;
}
.nature-apricot {
color: #fbb8a2;
}

/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--aquatint:#b8e5e0;
--pastel-jade:#d3f3e0;
--peach-yellow:#f9e0ae;
--nature-apricot:#fbb8a2;
}

More palettes to explore