Color names in this palette
CSS code for this palette
/* CSS */
.silver {
color: #bfbfbf;
}
.uniform-grey {
color: #a8a8a8;
}
.silver-snippet {
color: #8f8f8f;
}
.boat-anchor {
color: #6b6b6b;
}
.bauhaus {
color: #404040;
}
/* CSS Variables */
:root {
--silver:#bfbfbf;
--uniform-grey:#a8a8a8;
--silver-snippet:#8f8f8f;
--boat-anchor:#6b6b6b;
--bauhaus:#404040;
}