All Palettes

Color Palette #1c3f5a, #3a7d9c, #6fc5e2, #a7e2e1, #f2f8f5

0%
0%
0%

CSS code for this palette

/* CSS */
.capital-blue {
color: #1c3f5a;
}
.blue-dart-frog {
color: #3a7d9c;
}
.candid-blue {
color: #6fc5e2;
}
.ice-crystal-blue {
color: #a7e2e1;
}
.chef-s-hat {
color: #f2f8f5;
}

/* CSS Variables */
:root {
--capital-blue:#1c3f5a;
--blue-dart-frog:#3a7d9c;
--candid-blue:#6fc5e2;
--ice-crystal-blue:#a7e2e1;
--chef-s-hat:#f2f8f5;
}

More palettes to explore