All Palettes

Color Palette #1a1f4c, #2b3973, #5b6e9f, #8fb1d6, #a6c8e2

0%
0%
0%

CSS code for this palette

/* CSS */
.fly-by-night {
color: #1a1f4c;
}
.mystification {
color: #2b3973;
}
.moonshade {
color: #5b6e9f;
}
.boy-blue {
color: #8fb1d6;
}
.template {
color: #a6c8e2;
}

/* CSS Variables */
:root {
--fly-by-night:#1a1f4c;
--mystification:#2b3973;
--moonshade:#5b6e9f;
--boy-blue:#8fb1d6;
--template:#a6c8e2;
}

More palettes to explore