Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.mercury {
color: #ebebeb;
}
.silver-medal {
color: #d6d6d6;
}
.palladium {
color: #b0b0b0;
}
.aged-moustache-grey {
color: #7d7d7d;
}
/* CSS Variables */
:root {
--white:#ffffff;
--mercury:#ebebeb;
--silver-medal:#d6d6d6;
--palladium:#b0b0b0;
--aged-moustache-grey:#7d7d7d;
}