All Palettes

Color Palette #000000, #4a4a4a, #7d7d7d, #b5b5b5, #e8e8e8

0%
0%
0%

CSS code for this palette

/* CSS */
.black {
color: #000000;
}
.shadowed-steel {
color: #4a4a4a;
}
.aged-moustache-grey {
color: #7d7d7d;
}
.brainstem-grey {
color: #b5b5b5;
}
.unicorn-silver {
color: #e8e8e8;
}

/* CSS Variables */
:root {
--black:#000000;
--shadowed-steel:#4a4a4a;
--aged-moustache-grey:#7d7d7d;
--brainstem-grey:#b5b5b5;
--unicorn-silver:#e8e8e8;
}

More palettes to explore