All Palettes

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

0%
0%
0%

CSS code for this palette

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

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

More palettes to explore