CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.mercury {
color: #ebebeb;
}
.silver-medal {
color: #d6d6d6;
}
.palladium {
color: #b0b0b0;
}
.grey {
color: #808080;
}
/* CSS Variables */
:root {
--white:#ffffff;
--mercury:#ebebeb;
--silver-medal:#d6d6d6;
--palladium:#b0b0b0;
--grey:#808080;
}