Color names in this palette
CSS code for this palette
/* CSS */
.montana {
color: #39393c;
}
.smoked-pearl {
color: #6d6d6f;
}
.mysterious-mauve {
color: #a4a4a8;
}
.orochimaru {
color: #d9d9d9;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--montana:#39393c;
--smoked-pearl:#6d6d6f;
--mysterious-mauve:#a4a4a8;
--orochimaru:#d9d9d9;
--white:#ffffff;
}