All Palettes

Color Palette #000000, #1c1c1c, #4f4f4f, #9e9e9e, #ffffff

0%
0%
0%

CSS code for this palette

/* CSS */
.black {
color: #000000;
}
.eerie-black {
color: #1c1c1c;
}
.black-oak {
color: #4f4f4f;
}
.mortar-grey {
color: #9e9e9e;
}
.white {
color: #ffffff;
}

/* CSS Variables */
:root {
--black:#000000;
--eerie-black:#1c1c1c;
--black-oak:#4f4f4f;
--mortar-grey:#9e9e9e;
--white:#ffffff;
}

More palettes to explore