CSS code for this palette
/* CSS */
.akuma {
color: #d33131;
}
.akabeni {
color: #c72929;
}
.noghrei-silver {
color: #bdbdbd;
}
.black-panther {
color: #424242;
}
.lead {
color: #212121;
}
/* CSS Variables */
:root {
--akuma:#d33131;
--akabeni:#c72929;
--noghrei-silver:#bdbdbd;
--black-panther:#424242;
--lead:#212121;
}