CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.white-smoke {
color: #f5f5f5;
}
.mercury {
color: #ebebeb;
}
.orochimaru {
color: #d9d9d9;
}
.magnesium {
color: #c2c2c2;
}
/* CSS Variables */
:root {
--white:#ffffff;
--white-smoke:#f5f5f5;
--mercury:#ebebeb;
--orochimaru:#d9d9d9;
--magnesium:#c2c2c2;
}