Color names in this palette
CSS code for this palette
/* CSS */
.silver {
color: #bfbfbf;
}
.artificial-intelligence-grey {
color: #a1a1a1;
}
.orochimaru {
color: #d9d9d9;
}
.white-smoke {
color: #f5f5f5;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--silver:#bfbfbf;
--artificial-intelligence-grey:#a1a1a1;
--orochimaru:#d9d9d9;
--white-smoke:#f5f5f5;
--white:#ffffff;
}