All Palettes

Color Palette #1c1c1c, #4f4f4f, #878787, #b5b5b5, #ffffff

0%
0%
0%

CSS code for this palette

/* CSS */
.eerie-black {
color: #1c1c1c;
}
.black-oak {
color: #4f4f4f;
}
.mithril {
color: #878787;
}
.brainstem-grey {
color: #b5b5b5;
}
.white {
color: #ffffff;
}

/* CSS Variables */
:root {
--eerie-black:#1c1c1c;
--black-oak:#4f4f4f;
--mithril:#878787;
--brainstem-grey:#b5b5b5;
--white:#ffffff;
}

More palettes to explore