All Palettes

Color Palette #a4c7e0, #6c9cc6, #3a7d9c, #1e4d76, #0b2a3c

0%
0%
0%

CSS code for this palette

/* CSS */
.sea-cliff {
color: #a4c7e0;
}
.cerulean-frost {
color: #6c9cc6;
}
.blue-dart-frog {
color: #3a7d9c;
}
.bright-midnight-blue {
color: #1e4d76;
}
.black-chasm {
color: #0b2a3c;
}

/* CSS Variables */
:root {
--sea-cliff:#a4c7e0;
--cerulean-frost:#6c9cc6;
--blue-dart-frog:#3a7d9c;
--bright-midnight-blue:#1e4d76;
--black-chasm:#0b2a3c;
}

More palettes to explore