All Palettes

Color Palette #1a3d5b, #3a6a8d, #65a4c3, #b1dfe7, #f0f9f7

0%
0%
0%

CSS code for this palette

/* CSS */
.capital-blue {
color: #1a3d5b;
}
.rainy-lake {
color: #3a6a8d;
}
.scott-base {
color: #65a4c3;
}
.powder-blue {
color: #b1dfe7;
}
.distant-horizon {
color: #f0f9f7;
}

/* CSS Variables */
:root {
--capital-blue:#1a3d5b;
--rainy-lake:#3a6a8d;
--scott-base:#65a4c3;
--powder-blue:#b1dfe7;
--distant-horizon:#f0f9f7;
}

More palettes to explore