All Palettes

Color Palette #1b202d, #3d404d, #5c5f70, #7d86a1, #a7b7d7

0%
0%
0%

CSS code for this palette

/* CSS */
.dark {
color: #1b202d;
}
.intellectual {
color: #3d404d;
}
.mysterious-night {
color: #5c5f70;
}
.velvet-curtain {
color: #7d86a1;
}
.lilac-sachet {
color: #a7b7d7;
}

/* CSS Variables */
:root {
--dark:#1b202d;
--intellectual:#3d404d;
--mysterious-night:#5c5f70;
--velvet-curtain:#7d86a1;
--lilac-sachet:#a7b7d7;
}

More palettes to explore