CSS code for this palette
/* CSS */
.black {
color: #000000;
}
.carbon-fiber {
color: #2e2e2e;
}
.shadow-mountain {
color: #595959;
}
.dark-souls {
color: #a3a3a3;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--black:#000000;
--carbon-fiber:#2e2e2e;
--shadow-mountain:#595959;
--dark-souls:#a3a3a3;
--white:#ffffff;
}