All Palettes

Color Palette #b8e0ff, #a3d6e0, #85c4d1, #61b0b3, #3b8c8b

0%
0%
0%

CSS code for this palette

/* CSS */
.dithered-sky {
color: #b8e0ff;
}
.terrace-pool {
color: #a3d6e0;
}
.not-a-cloud-in-sight {
color: #85c4d1;
}
.fountain-blue {
color: #61b0b3;
}
.blue-chill {
color: #3b8c8b;
}

/* CSS Variables */
:root {
--dithered-sky:#b8e0ff;
--terrace-pool:#a3d6e0;
--not-a-cloud-in-sight:#85c4d1;
--fountain-blue:#61b0b3;
--blue-chill:#3b8c8b;
}

More palettes to explore