All Palettes

Color Palette #1f89e5, #4bb2e2, #80d6e5, #a3e1e6, #d7f9f9

0%
0%
0%

CSS code for this palette

/* CSS */
.homeworld {
color: #1f89e5;
}
.high-blue {
color: #4bb2e2;
}
.middle-blue {
color: #80d6e5;
}
.charlotte {
color: #a3e1e6;
}
.ice {
color: #d7f9f9;
}

/* CSS Variables */
:root {
--homeworld:#1f89e5;
--high-blue:#4bb2e2;
--middle-blue:#80d6e5;
--charlotte:#a3e1e6;
--ice:#d7f9f9;
}

More palettes to explore