Color names in this palette
CSS code for this palette
/* CSS */
.silver {
color: #bfbfbf;
}
.more-than-a-week {
color: #8c8c8c;
}
.shadow-mountain {
color: #595959;
}
.disco-ball {
color: #d4d4d4;
}
.uniform-grey {
color: #a8a8a8;
}
/* CSS Variables */
:root {
--silver:#bfbfbf;
--more-than-a-week:#8c8c8c;
--shadow-mountain:#595959;
--disco-ball:#d4d4d4;
--uniform-grey:#a8a8a8;
}