All Palettes

Color Palette #1f8fff, #4db8ff, #80d7ff, #b3e0ff, #e0f7ff

0%
0%
0%

CSS code for this palette

/* CSS */
.clear-chill {
color: #1f8fff;
}
.hello-summer {
color: #4db8ff;
}
.tranquil-pool {
color: #80d7ff;
}
.frozen-landscape {
color: #b3e0ff;
}
.winter-s-day {
color: #e0f7ff;
}

/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--hello-summer:#4db8ff;
--tranquil-pool:#80d7ff;
--frozen-landscape:#b3e0ff;
--winter-s-day:#e0f7ff;
}

More palettes to explore