All Palettes

Color Palette #7a7a7a, #b0b0b0, #d6d6d6, #f5f5f5, #ffffff

0%
0%
0%

CSS code for this palette

/* CSS */
.steel {
color: #7a7a7a;
}
.palladium {
color: #b0b0b0;
}
.silver-medal {
color: #d6d6d6;
}
.white-smoke {
color: #f5f5f5;
}
.white {
color: #ffffff;
}

/* CSS Variables */
:root {
--steel:#7a7a7a;
--palladium:#b0b0b0;
--silver-medal:#d6d6d6;
--white-smoke:#f5f5f5;
--white:#ffffff;
}

More palettes to explore