All Palettes

Color Palette #1f89e5, #4ab0e3, #7cd1e9, #a4e4ef, #d1f7ff

0%
0%
0%

CSS code for this palette

/* CSS */
.homeworld {
color: #1f89e5;
}
.high-blue {
color: #4ab0e3;
}
.middle-blue {
color: #7cd1e9;
}
.blizzard-blue {
color: #a4e4ef;
}
.pale-blue {
color: #d1f7ff;
}

/* CSS Variables */
:root {
--homeworld:#1f89e5;
--high-blue:#4ab0e3;
--middle-blue:#7cd1e9;
--blizzard-blue:#a4e4ef;
--pale-blue:#d1f7ff;
}

More palettes to explore