Color names in this palette
CSS code for this palette
/* CSS */
.black-wash {
color: #0b0c0e;
}
.cod-grey {
color: #2e3033;
}
.lump-of-coal {
color: #4f5154;
}
.namara-grey {
color: #7a7d7f;
}
.chrome-aluminum {
color: #a6a8ab;
}
/* CSS Variables */
:root {
--black-wash:#0b0c0e;
--cod-grey:#2e3033;
--lump-of-coal:#4f5154;
--namara-grey:#7a7d7f;
--chrome-aluminum:#a6a8ab;
}