All Palettes

Color Palette #b8b8b8, #a3a3a3, #8f8f8f, #6e6e6e, #4d4d4d

0%
0%
0%

CSS code for this palette

/* CSS */
.fortress-grey {
color: #b8b8b8;
}
.dark-souls {
color: #a3a3a3;
}
.silver-snippet {
color: #8f8f8f;
}
.welded-iron {
color: #6e6e6e;
}
.thunder {
color: #4d4d4d;
}

/* CSS Variables */
:root {
--fortress-grey:#b8b8b8;
--dark-souls:#a3a3a3;
--silver-snippet:#8f8f8f;
--welded-iron:#6e6e6e;
--thunder:#4d4d4d;
}

More palettes to explore