Color names in this palette
CSS code for this palette
/* CSS */
.silver {
color: #bfbfbf;
}
.uniform-grey {
color: #a8a8a8;
}
.christmas-silver {
color: #e0e0e0;
}
.white {
color: #ffffff;
}
.palladium {
color: #b0b0b0;
}
/* CSS Variables */
:root {
--silver:#bfbfbf;
--uniform-grey:#a8a8a8;
--christmas-silver:#e0e0e0;
--white:#ffffff;
--palladium:#b0b0b0;
}