All Palettes

Color Palette #1f89e5, #50b4e2, #80d2e5, #d1e7f0, #fff9c2

0%
0%
0%

CSS code for this palette

/* CSS */
.homeworld {
color: #1f89e5;
}
.sail-away {
color: #50b4e2;
}
.middle-blue {
color: #80d2e5;
}
.first-frost {
color: #d1e7f0;
}
.twinkling-lights {
color: #fff9c2;
}

/* CSS Variables */
:root {
--homeworld:#1f89e5;
--sail-away:#50b4e2;
--middle-blue:#80d2e5;
--first-frost:#d1e7f0;
--twinkling-lights:#fff9c2;
}

More palettes to explore