All Palettes

Color Palette #1b202d, #394979, #5b7c9f, #8db5d3, #cde3e9

0%
0%
0%

CSS code for this palette

/* CSS */
.dark {
color: #1b202d;
}
.expressionism {
color: #394979;
}
.blue-plate {
color: #5b7c9f;
}
.mountain-main {
color: #8db5d3;
}
.northwind {
color: #cde3e9;
}

/* CSS Variables */
:root {
--dark:#1b202d;
--expressionism:#394979;
--blue-plate:#5b7c9f;
--mountain-main:#8db5d3;
--northwind:#cde3e9;
}

More palettes to explore