All Palettes

Color Palette #2b3b50, #4d5d7a, #7a9cbd, #a3c2e0, #f8fafc

0%
0%
0%

CSS code for this palette

/* CSS */
.blue-fantastic {
color: #2b3b50;
}
.stream {
color: #4d5d7a;
}
.eiger-nordwand {
color: #7a9cbd;
}
.artesian-pool {
color: #a3c2e0;
}
.wash-me {
color: #f8fafc;
}

/* CSS Variables */
:root {
--blue-fantastic:#2b3b50;
--stream:#4d5d7a;
--eiger-nordwand:#7a9cbd;
--artesian-pool:#a3c2e0;
--wash-me:#f8fafc;
}

More palettes to explore