All Palettes

Color Palette #1a3d5b, #4a6d8c, #8ea4b8, #cad7e2, #f3f8fc

0%
0%
0%

CSS code for this palette

/* CSS */
.capital-blue {
color: #1a3d5b;
}
.sailor-s-bay {
color: #4a6d8c;
}
.bayshore-blue {
color: #8ea4b8;
}
.blue-reflection {
color: #cad7e2;
}
.cotton-ball {
color: #f3f8fc;
}

/* CSS Variables */
:root {
--capital-blue:#1a3d5b;
--sailor-s-bay:#4a6d8c;
--bayshore-blue:#8ea4b8;
--blue-reflection:#cad7e2;
--cotton-ball:#f3f8fc;
}

More palettes to explore