Color names in this palette
CSS code for this palette
/* CSS */
.gluon-grey {
color: #1a1a1e;
}
.grey-pinstripe {
color: #4c4c52;
}
.sonic-silver {
color: #757575;
}
.silver-sconce {
color: #a1a1a5;
}
.orochimaru {
color: #d8d8da;
}
/* CSS Variables */
:root {
--gluon-grey:#1a1a1e;
--grey-pinstripe:#4c4c52;
--sonic-silver:#757575;
--silver-sconce:#a1a1a5;
--orochimaru:#d8d8da;
}