All Palettes

Color Palette #1a3f8e, #3b6fb0, #6a9cd2, #9fc1e5, #cbe3f1

0%
0%
0%

CSS code for this palette

/* CSS */
.nuit-blanche {
color: #1a3f8e;
}
.wide-sky {
color: #3b6fb0;
}
.blue-electress {
color: #6a9cd2;
}
.pale-cerulean {
color: #9fc1e5;
}
.first-shade-of-blue {
color: #cbe3f1;
}

/* CSS Variables */
:root {
--nuit-blanche:#1a3f8e;
--wide-sky:#3b6fb0;
--blue-electress:#6a9cd2;
--pale-cerulean:#9fc1e5;
--first-shade-of-blue:#cbe3f1;
}

More palettes to explore