All Palettes

Color Palette #1c1c1c, #424242, #707070, #a1a1a1, #ffffff

0%
0%
0%

CSS code for this palette

/* CSS */
.eerie-black {
color: #1c1c1c;
}
.black-panther {
color: #424242;
}
.dugong {
color: #707070;
}
.artificial-intelligence-grey {
color: #a1a1a1;
}
.white {
color: #ffffff;
}

/* CSS Variables */
:root {
--eerie-black:#1c1c1c;
--black-panther:#424242;
--dugong:#707070;
--artificial-intelligence-grey:#a1a1a1;
--white:#ffffff;
}

More palettes to explore