All Palettes

Color Palette #1f4e70, #3a7d9c, #69b6c3, #b8e0e0, #f1f5f0

0%
0%
0%

CSS code for this palette

/* CSS */
.seafarer {
color: #1f4e70;
}
.blue-dart-frog {
color: #3a7d9c;
}
.maritime-soft-blue {
color: #69b6c3;
}
.fine-blue {
color: #b8e0e0;
}
.heavy-sugar {
color: #f1f5f0;
}

/* CSS Variables */
:root {
--seafarer:#1f4e70;
--blue-dart-frog:#3a7d9c;
--maritime-soft-blue:#69b6c3;
--fine-blue:#b8e0e0;
--heavy-sugar:#f1f5f0;
}

More palettes to explore