All Palettes

Color Palette #2b6b9c, #3cb7d3, #60c2e6, #a1e3e3, #f5f5f5

0%
0%
0%

CSS code for this palette

/* CSS */
.blues {
color: #2b6b9c;
}
.santorini {
color: #3cb7d3;
}
.magnesia-bay {
color: #60c2e6;
}
.everest {
color: #a1e3e3;
}
.white-smoke {
color: #f5f5f5;
}

/* CSS Variables */
:root {
--blues:#2b6b9c;
--santorini:#3cb7d3;
--magnesia-bay:#60c2e6;
--everest:#a1e3e3;
--white-smoke:#f5f5f5;
}

More palettes to explore