All Palettes

Color Palette #1c3f5a, #497b9c, #71b8c6, #a1e2e0, #f8fafc

0%
0%
0%

CSS code for this palette

/* CSS */
.capital-blue {
color: #1c3f5a;
}
.zenith {
color: #497b9c;
}
.tropez-blue {
color: #71b8c6;
}
.everest {
color: #a1e2e0;
}
.wash-me {
color: #f8fafc;
}

/* CSS Variables */
:root {
--capital-blue:#1c3f5a;
--zenith:#497b9c;
--tropez-blue:#71b8c6;
--everest:#a1e2e0;
--wash-me:#f8fafc;
}

More palettes to explore