All Palettes

Color Palette #1a3e5b, #2e5c7f, #497a9c, #8ab3c1, #b2e0e0

0%
0%
0%

CSS code for this palette

/* CSS */
.capital-blue {
color: #1a3e5b;
}
.dark-blue {
color: #2e5c7f;
}
.blue-antarctic {
color: #497a9c;
}
.thistleblossom-soft-blue {
color: #8ab3c1;
}
.frosty-soft-blue {
color: #b2e0e0;
}

/* CSS Variables */
:root {
--capital-blue:#1a3e5b;
--dark-blue:#2e5c7f;
--blue-antarctic:#497a9c;
--thistleblossom-soft-blue:#8ab3c1;
--frosty-soft-blue:#b2e0e0;
}

More palettes to explore