All Palettes

Color Palette #1a202d, #3a4a69, #6e8eb4, #a1bfd4, #f1f7f9

0%
0%
0%

CSS code for this palette

/* CSS */
.dark {
color: #1a202d;
}
.naval-blue {
color: #3a4a69;
}
.hushed-lilac {
color: #6e8eb4;
}
.angel-falls {
color: #a1bfd4;
}
.distant-horizon {
color: #f1f7f9;
}

/* CSS Variables */
:root {
--dark:#1a202d;
--naval-blue:#3a4a69;
--hushed-lilac:#6e8eb4;
--angel-falls:#a1bfd4;
--distant-horizon:#f1f7f9;
}

More palettes to explore