Color names in this palette
CSS code for this palette
/* CSS */
.silver {
color: #bfbfbf;
}
.unusual-grey {
color: #a4a7a0;
}
.evening-white {
color: #d8dad7;
}
.mercury {
color: #ebebeb;
}
.white-smoke {
color: #f5f5f5;
}
/* CSS Variables */
:root {
--silver:#bfbfbf;
--unusual-grey:#a4a7a0;
--evening-white:#d8dad7;
--mercury:#ebebeb;
--white-smoke:#f5f5f5;
}