Color names in this palette
CSS code for this palette
/* CSS */
.black {
color: #000000;
}
.knight-s-armor {
color: #5c5c5c;
}
.artificial-intelligence-grey {
color: #a1a1a1;
}
.orochimaru {
color: #d9d9d9;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--black:#000000;
--knight-s-armor:#5c5c5c;
--artificial-intelligence-grey:#a1a1a1;
--orochimaru:#d9d9d9;
--white:#ffffff;
}