All Palettes

Color Palette #1a3d5b, #2c6c8c, #50a9b9, #8de2d9, #cff2df

0%
0%
0%

CSS code for this palette

/* CSS */
.capital-blue {
color: #1a3d5b;
}
.ocean-call {
color: #2c6c8c;
}
.verditer-blue {
color: #50a9b9;
}
.limpet-shell {
color: #8de2d9;
}
.greenish-white {
color: #cff2df;
}

/* CSS Variables */
:root {
--capital-blue:#1a3d5b;
--ocean-call:#2c6c8c;
--verditer-blue:#50a9b9;
--limpet-shell:#8de2d9;
--greenish-white:#cff2df;
}

More palettes to explore