Color names in this palette
CSS code for this palette
/* CSS */
.gluon-grey {
color: #1b1b1d;
}
.dark-shadow {
color: #4b4b4e;
}
.ironside {
color: #7e7e81;
}
.ultimate-grey {
color: #a7a7aa;
}
.orochimaru {
color: #d8d8da;
}
/* CSS Variables */
:root {
--gluon-grey:#1b1b1d;
--dark-shadow:#4b4b4e;
--ironside:#7e7e81;
--ultimate-grey:#a7a7aa;
--orochimaru:#d8d8da;
}