Color names in this palette
CSS code for this palette
/* CSS */
.gluon-grey {
color: #1b1b1d;
}
.montana {
color: #39393c;
}
.dark-shadows {
color: #5b5b5d;
}
.artificial-intelligence-grey {
color: #a1a1a1;
}
.orochimaru {
color: #d9d9d9;
}
/* CSS Variables */
:root {
--gluon-grey:#1b1b1d;
--montana:#39393c;
--dark-shadows:#5b5b5d;
--artificial-intelligence-grey:#a1a1a1;
--orochimaru:#d9d9d9;
}