Color names in this palette
CSS code for this palette
/* CSS */
.siy-h-black {
color: #1e1a1a;
}
.shadowed-steel {
color: #4a4a4a;
}
.industrial-revolution {
color: #737373;
}
.dark-souls {
color: #a3a3a3;
}
.orochimaru {
color: #d9d9d9;
}
/* CSS Variables */
:root {
--siy-h-black:#1e1a1a;
--shadowed-steel:#4a4a4a;
--industrial-revolution:#737373;
--dark-souls:#a3a3a3;
--orochimaru:#d9d9d9;
}