All Palettes

Color Palette #ffffff, #e0e0e0, #bfbfbf, #a8a8a8, #878787

0%
0%
0%

CSS code for this palette

/* CSS */
.white {
color: #ffffff;
}
.christmas-silver {
color: #e0e0e0;
}
.silver {
color: #bfbfbf;
}
.uniform-grey {
color: #a8a8a8;
}
.mithril {
color: #878787;
}

/* CSS Variables */
:root {
--white:#ffffff;
--christmas-silver:#e0e0e0;
--silver:#bfbfbf;
--uniform-grey:#a8a8a8;
--mithril:#878787;
}

More palettes to explore