All Palettes

Color Palette #b0b0b0, #a3a3a3, #9e9e9e, #7d7d7d, #4d4d4d

0%
0%
0%

CSS code for this palette

/* CSS */
.palladium {
color: #b0b0b0;
}
.dark-souls {
color: #a3a3a3;
}
.mortar-grey {
color: #9e9e9e;
}
.aged-moustache-grey {
color: #7d7d7d;
}
.thunder {
color: #4d4d4d;
}

/* CSS Variables */
:root {
--palladium:#b0b0b0;
--dark-souls:#a3a3a3;
--mortar-grey:#9e9e9e;
--aged-moustache-grey:#7d7d7d;
--thunder:#4d4d4d;
}

More palettes to explore