All Palettes

Color Palette #3b3b3b, #6e6e6e, #a1a1a1, #d4d4d4, #f2f2f2

0%
0%
0%

CSS code for this palette

/* CSS */
.black-liquorice {
color: #3b3b3b;
}
.welded-iron {
color: #6e6e6e;
}
.artificial-intelligence-grey {
color: #a1a1a1;
}
.disco-ball {
color: #d4d4d4;
}
.bleached-silk {
color: #f2f2f2;
}

/* CSS Variables */
:root {
--black-liquorice:#3b3b3b;
--welded-iron:#6e6e6e;
--artificial-intelligence-grey:#a1a1a1;
--disco-ball:#d4d4d4;
--bleached-silk:#f2f2f2;
}

More palettes to explore