All Palettes

Color Palette #bfbfbf, #a8a8a8, #f2f2f2, #e6e6e6, #d4d4d4

0%
0%
0%

CSS code for this palette

/* CSS */
.silver {
color: #bfbfbf;
}
.uniform-grey {
color: #a8a8a8;
}
.bleached-silk {
color: #f2f2f2;
}
.extraordinary-abundance-of-tinge {
color: #e6e6e6;
}
.disco-ball {
color: #d4d4d4;
}

/* CSS Variables */
:root {
--silver:#bfbfbf;
--uniform-grey:#a8a8a8;
--bleached-silk:#f2f2f2;
--extraordinary-abundance-of-tinge:#e6e6e6;
--disco-ball:#d4d4d4;
}

More palettes to explore