All Palettes

Color Palette #000000, #2e2e2e, #595959, #a3a3a3, #ffffff

0%
0%
0%

CSS code for this palette

/* CSS */
.black {
color: #000000;
}
.carbon-fiber {
color: #2e2e2e;
}
.shadow-mountain {
color: #595959;
}
.dark-souls {
color: #a3a3a3;
}
.white {
color: #ffffff;
}

/* CSS Variables */
:root {
--black:#000000;
--carbon-fiber:#2e2e2e;
--shadow-mountain:#595959;
--dark-souls:#a3a3a3;
--white:#ffffff;
}

More palettes to explore