All Palettes

Color Palette #000000, #424242, #8c8c8c, #d4d4d4, #ffffff

0%
0%
0%

CSS code for this palette

/* CSS */
.black {
color: #000000;
}
.black-panther {
color: #424242;
}
.more-than-a-week {
color: #8c8c8c;
}
.disco-ball {
color: #d4d4d4;
}
.white {
color: #ffffff;
}

/* CSS Variables */
:root {
--black:#000000;
--black-panther:#424242;
--more-than-a-week:#8c8c8c;
--disco-ball:#d4d4d4;
--white:#ffffff;
}

More palettes to explore