All Palettes

Color Palette #a2c2e6, #609ac3, #3a7d9c, #1b4b69, #0d384a

0%
0%
0%

CSS code for this palette

/* CSS */
.sky-high {
color: #a2c2e6;
}
.blueberry-soft-blue {
color: #609ac3;
}
.blue-dart-frog {
color: #3a7d9c;
}
.terror-from-the-deep {
color: #1b4b69;
}
.sea-of-stars {
color: #0d384a;
}

/* CSS Variables */
:root {
--sky-high:#a2c2e6;
--blueberry-soft-blue:#609ac3;
--blue-dart-frog:#3a7d9c;
--terror-from-the-deep:#1b4b69;
--sea-of-stars:#0d384a;
}

More palettes to explore