All Palettes

Color Palette #1c5c6d, #3c909f, #6bc0d1, #a9e1e5, #f4f5f6

0%
0%
0%

CSS code for this palette

/* CSS */
.blue-coral {
color: #1c5c6d;
}
.winter-time {
color: #3c909f;
}
.arctic-ocean {
color: #6bc0d1;
}
.vandermint {
color: #a9e1e5;
}
.white-smoke {
color: #f4f5f6;
}

/* CSS Variables */
:root {
--blue-coral:#1c5c6d;
--winter-time:#3c909f;
--arctic-ocean:#6bc0d1;
--vandermint:#a9e1e5;
--white-smoke:#f4f5f6;
}

More palettes to explore