All Palettes

Color Palette #2c6cba, #4da3e0, #7dd2e3, #b0e4fc, #f5faff

0%
0%
0%

CSS code for this palette

/* CSS */
.matt-blue {
color: #2c6cba;
}
.high-blue {
color: #4da3e0;
}
.middle-blue {
color: #7dd2e3;
}
.frozen-landscape {
color: #b0e4fc;
}
.heart-of-ice {
color: #f5faff;
}

/* CSS Variables */
:root {
--matt-blue:#2c6cba;
--high-blue:#4da3e0;
--middle-blue:#7dd2e3;
--frozen-landscape:#b0e4fc;
--heart-of-ice:#f5faff;
}

More palettes to explore