All Palettes

Color Palette #f0f0f0, #d4d4d4, #b0b0b0, #7a7a7a, #4d4d4d

0%
0%
0%

CSS code for this palette

/* CSS */
.snowflake {
color: #f0f0f0;
}
.disco-ball {
color: #d4d4d4;
}
.palladium {
color: #b0b0b0;
}
.steel {
color: #7a7a7a;
}
.thunder {
color: #4d4d4d;
}

/* CSS Variables */
:root {
--snowflake:#f0f0f0;
--disco-ball:#d4d4d4;
--palladium:#b0b0b0;
--steel:#7a7a7a;
--thunder:#4d4d4d;
}

More palettes to explore