All Palettes

Color Palette #000000, #4a4a4a, #7d7d7d, #a3a3a3, #f2f2f2

0%
0%
0%

CSS code for this palette

/* CSS */
.black {
color: #000000;
}
.shadowed-steel {
color: #4a4a4a;
}
.aged-moustache-grey {
color: #7d7d7d;
}
.dark-souls {
color: #a3a3a3;
}
.bleached-silk {
color: #f2f2f2;
}

/* CSS Variables */
:root {
--black:#000000;
--shadowed-steel:#4a4a4a;
--aged-moustache-grey:#7d7d7d;
--dark-souls:#a3a3a3;
--bleached-silk:#f2f2f2;
}

More palettes to explore