All Palettes

Color Palette #1a9edb, #4bb7e2, #75d1e6, #a6e5f2, #d3f4fd

0%
0%
0%

CSS code for this palette

/* CSS */
.homeworld {
color: #1a9edb;
}
.lake-thun {
color: #4bb7e2;
}
.middle-blue {
color: #75d1e6;
}
.blizzard-blue {
color: #a6e5f2;
}
.water {
color: #d3f4fd;
}

/* CSS Variables */
:root {
--homeworld:#1a9edb;
--lake-thun:#4bb7e2;
--middle-blue:#75d1e6;
--blizzard-blue:#a6e5f2;
--water:#d3f4fd;
}

More palettes to explore