Color names in this palette
CSS code for this palette
/* CSS */
.bauhaus {
color: #404040;
}
.boat-anchor {
color: #6b6b6b;
}
.mortar-grey {
color: #9e9e9e;
}
.clouded-vision {
color: #d1d1d1;
}
.white-smoke {
color: #f5f5f5;
}
/* CSS Variables */
:root {
--bauhaus:#404040;
--boat-anchor:#6b6b6b;
--mortar-grey:#9e9e9e;
--clouded-vision:#d1d1d1;
--white-smoke:#f5f5f5;
}