All Palettes

Color Palette #3b5f8c, #4c7b9a, #74a5b9, #b2d4e6, #e4f3f7

0%
0%
0%

CSS code for this palette

/* CSS */
.antilles-blue {
color: #3b5f8c;
}
.tech-wave {
color: #4c7b9a;
}
.milky-blue {
color: #74a5b9;
}
.something-blue {
color: #b2d4e6;
}
.milky-way {
color: #e4f3f7;
}

/* CSS Variables */
:root {
--antilles-blue:#3b5f8c;
--tech-wave:#4c7b9a;
--milky-blue:#74a5b9;
--something-blue:#b2d4e6;
--milky-way:#e4f3f7;
}

More palettes to explore