All Palettes

Color Palette #1b398d, #2b5e9c, #4a87b0, #79aacd, #afd8e4

0%
0%
0%

CSS code for this palette

/* CSS */
.navy-seal {
color: #1b398d;
}
.neptune-blue {
color: #2b5e9c;
}
.tropic {
color: #4a87b0;
}
.mirror-lake {
color: #79aacd;
}
.light-blue {
color: #afd8e4;
}

/* CSS Variables */
:root {
--navy-seal:#1b398d;
--neptune-blue:#2b5e9c;
--tropic:#4a87b0;
--mirror-lake:#79aacd;
--light-blue:#afd8e4;
}

More palettes to explore