All Palettes

Color Palette #e5f7ff, #b3e0ff, #80ccff, #4db8ff, #0099cc

0%
0%
0%

CSS code for this palette

/* CSS */
.clear-skies {
color: #e5f7ff;
}
.frozen-landscape {
color: #b3e0ff;
}
.chromis-damsel-blue {
color: #80ccff;
}
.hello-summer {
color: #4db8ff;
}
.tomb-blue {
color: #0099cc;
}

/* CSS Variables */
:root {
--clear-skies:#e5f7ff;
--frozen-landscape:#b3e0ff;
--chromis-damsel-blue:#80ccff;
--hello-summer:#4db8ff;
--tomb-blue:#0099cc;
}

More palettes to explore