CSS code for this palette
/* CSS */
.bauhaus {
color: #404040;
}
.boat-anchor {
color: #6b6b6b;
}
.codex-grey {
color: #9c9c9c;
}
.magnesium {
color: #c2c2c2;
}
.mercury {
color: #ebebeb;
}
/* CSS Variables */
:root {
--bauhaus:#404040;
--boat-anchor:#6b6b6b;
--codex-grey:#9c9c9c;
--magnesium:#c2c2c2;
--mercury:#ebebeb;
}