All Palettes

Color Palette #a9e1e5, #c4f4f8, #f5faf7, #f9e8b4, #f0b14c

0%
0%
0%

CSS code for this palette

/* CSS */
.vandermint {
color: #a9e1e5;
}
.duck-egg-blue {
color: #c4f4f8;
}
.white-porcelain {
color: #f5faf7;
}
.banana-yogurt {
color: #f9e8b4;
}
.goldsmith {
color: #f0b14c;
}

/* CSS Variables */
:root {
--vandermint:#a9e1e5;
--duck-egg-blue:#c4f4f8;
--white-porcelain:#f5faf7;
--banana-yogurt:#f9e8b4;
--goldsmith:#f0b14c;
}

More palettes to explore