CSS code for this palette
/* CSS */
.orochimaru {
color: #d9d9d9;
}
.dark-souls {
color: #a3a3a3;
}
.steel {
color: #7a7a7a;
}
.thunder {
color: #4d4d4d;
}
.umbra {
color: #1f1f1f;
}
/* CSS Variables */
:root {
--orochimaru:#d9d9d9;
--dark-souls:#a3a3a3;
--steel:#7a7a7a;
--thunder:#4d4d4d;
--umbra:#1f1f1f;
}