All Palettes

Color Palette #1f1f1f, #4a4a4a, #7d7d7d, #a3a3a3, #f7f7f7

0%
0%
0%

CSS code for this palette

/* CSS */
.umbra {
color: #1f1f1f;
}
.shadowed-steel {
color: #4a4a4a;
}
.aged-moustache-grey {
color: #7d7d7d;
}
.dark-souls {
color: #a3a3a3;
}
.lynx-white {
color: #f7f7f7;
}

/* CSS Variables */
:root {
--umbra:#1f1f1f;
--shadowed-steel:#4a4a4a;
--aged-moustache-grey:#7d7d7d;
--dark-souls:#a3a3a3;
--lynx-white:#f7f7f7;
}

More palettes to explore