Color names in this palette
CSS code for this palette
/* CSS */
.dark-tone-ink {
color: #121212;
}
.chromaphobic-black {
color: #292929;
}
.thunder {
color: #4d4d4d;
}
.silver-snippet {
color: #8f8f8f;
}
.orochimaru {
color: #d9d9d9;
}
/* CSS Variables */
:root {
--dark-tone-ink:#121212;
--chromaphobic-black:#292929;
--thunder:#4d4d4d;
--silver-snippet:#8f8f8f;
--orochimaru:#d9d9d9;
}