Color names in this palette
CSS code for this palette
/* CSS */
.noghrei-silver {
color: #bdbdbd;
}
.artificial-intelligence-grey {
color: #a1a1a1;
}
.mithril {
color: #878787;
}
.orochimaru {
color: #d9d9d9;
}
.bleached-silk {
color: #f2f2f2;
}
/* CSS Variables */
:root {
--noghrei-silver:#bdbdbd;
--artificial-intelligence-grey:#a1a1a1;
--mithril:#878787;
--orochimaru:#d9d9d9;
--bleached-silk:#f2f2f2;
}