All Palettes

Color Palette #a8d3e1, #f0b6a3, #f4e1a4, #f8e0b4, #e1b7c0

0%
0%
0%

CSS code for this palette

/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.antique-cameo {
color: #f0b6a3;
}
.optimistic-yellow {
color: #f4e1a4;
}
.butter-muffin {
color: #f8e0b4;
}
.grandma-s-pink-tiles {
color: #e1b7c0;
}

/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--antique-cameo:#f0b6a3;
--optimistic-yellow:#f4e1a4;
--butter-muffin:#f8e0b4;
--grandma-s-pink-tiles:#e1b7c0;
}

More palettes to explore