Color names in this palette
CSS code for this palette
/* CSS */
.silver {
color: #bfbfbf;
}
.uniform-grey {
color: #a8a8a8;
}
.silver-snippet {
color: #8f8f8f;
}
.welded-iron {
color: #6e6e6e;
}
.shadowed-steel {
color: #4a4a4a;
}
/* CSS Variables */
:root {
--silver:#bfbfbf;
--uniform-grey:#a8a8a8;
--silver-snippet:#8f8f8f;
--welded-iron:#6e6e6e;
--shadowed-steel:#4a4a4a;
}