All Palettes

Color Palette #1c204f, #4053a0, #51a5e1, #6fd1e7, #e5f7ff

0%
0%
0%

CSS code for this palette

/* CSS */
.fly-by-night {
color: #1c204f;
}
.nuthatch-back {
color: #4053a0;
}
.high-blue {
color: #51a5e1;
}
.turquoise-sea {
color: #6fd1e7;
}
.clear-skies {
color: #e5f7ff;
}

/* CSS Variables */
:root {
--fly-by-night:#1c204f;
--nuthatch-back:#4053a0;
--high-blue:#51a5e1;
--turquoise-sea:#6fd1e7;
--clear-skies:#e5f7ff;
}

More palettes to explore