All Palettes

Color Palette #d6d6d6, #a3a3a3, #707070, #4d4d4d, #2b2b2b

0%
0%
0%

CSS code for this palette

/* CSS */
.silver-medal {
color: #d6d6d6;
}
.dark-souls {
color: #a3a3a3;
}
.dugong {
color: #707070;
}
.thunder {
color: #4d4d4d;
}
.shoe-wax {
color: #2b2b2b;
}

/* CSS Variables */
:root {
--silver-medal:#d6d6d6;
--dark-souls:#a3a3a3;
--dugong:#707070;
--thunder:#4d4d4d;
--shoe-wax:#2b2b2b;
}

More palettes to explore