All Palettes

Color Palette #5cb2b2, #9bd9d9, #c6f1f1, #f0ffff, #ffffff

0%
0%
0%

CSS code for this palette

/* CSS */
.artesian-well {
color: #5cb2b2;
}
.lake-reflection {
color: #9bd9d9;
}
.icy-breeze {
color: #c6f1f1;
}
.vapor {
color: #f0ffff;
}
.white {
color: #ffffff;
}

/* CSS Variables */
:root {
--artesian-well:#5cb2b2;
--lake-reflection:#9bd9d9;
--icy-breeze:#c6f1f1;
--vapor:#f0ffff;
--white:#ffffff;
}

More palettes to explore