CSS code for this palette
/* CSS */
.silver {
color: #bfbfbf;
}
.uniform-grey {
color: #a8a8a8;
}
.mithril {
color: #878787;
}
.boat-anchor {
color: #6b6b6b;
}
.thunder {
color: #4d4d4d;
}
/* CSS Variables */
:root {
--silver:#bfbfbf;
--uniform-grey:#a8a8a8;
--mithril:#878787;
--boat-anchor:#6b6b6b;
--thunder:#4d4d4d;
}