Color names in this palette
CSS code for this palette
/* CSS */
.silver {
color: #bfbfbf;
}
.dark-souls {
color: #a3a3a3;
}
.more-than-a-week {
color: #8c8c8c;
}
.sonic-silver {
color: #757575;
}
.shadow-mountain {
color: #595959;
}
/* CSS Variables */
:root {
--silver:#bfbfbf;
--dark-souls:#a3a3a3;
--more-than-a-week:#8c8c8c;
--sonic-silver:#757575;
--shadow-mountain:#595959;
}