Color names in this palette
CSS code for this palette
/* CSS */
.chromaphobic-black {
color: #292929;
}
.thunder {
color: #4d4d4d;
}
.industrial-revolution {
color: #737373;
}
.artificial-intelligence-grey {
color: #a1a1a1;
}
.orochimaru {
color: #d9d9d9;
}
/* CSS Variables */
:root {
--chromaphobic-black:#292929;
--thunder:#4d4d4d;
--industrial-revolution:#737373;
--artificial-intelligence-grey:#a1a1a1;
--orochimaru:#d9d9d9;
}