All Palettes

Color Palette #a8a8a8, #d4d4d4, #f0f0f0, #b0b0b0, #7d7d7d

0%
0%
0%

CSS code for this palette

/* CSS */
.uniform-grey {
color: #a8a8a8;
}
.disco-ball {
color: #d4d4d4;
}
.snowflake {
color: #f0f0f0;
}
.palladium {
color: #b0b0b0;
}
.aged-moustache-grey {
color: #7d7d7d;
}

/* CSS Variables */
:root {
--uniform-grey:#a8a8a8;
--disco-ball:#d4d4d4;
--snowflake:#f0f0f0;
--palladium:#b0b0b0;
--aged-moustache-grey:#7d7d7d;
}

More palettes to explore