All Palettes

Color Palette #1a3d5b, #2c6f90, #50a4b9, #7ed3e2, #b2e7f5

0%
0%
0%

CSS code for this palette

/* CSS */
.capital-blue {
color: #1a3d5b;
}
.ocean-call {
color: #2c6f90;
}
.maui-blue {
color: #50a4b9;
}
.middle-blue {
color: #7ed3e2;
}
.azure-sky {
color: #b2e7f5;
}

/* CSS Variables */
:root {
--capital-blue:#1a3d5b;
--ocean-call:#2c6f90;
--maui-blue:#50a4b9;
--middle-blue:#7ed3e2;
--azure-sky:#b2e7f5;
}

More palettes to explore