Color names in this palette
CSS code for this palette
/* CSS */
.shadowed-steel {
color: #4a4a4a;
}
.welded-iron {
color: #6e6e6e;
}
.more-than-a-week {
color: #8c8c8c;
}
.fortress-grey {
color: #b8b8b8;
}
.christmas-silver {
color: #e0e0e0;
}
/* CSS Variables */
:root {
--shadowed-steel:#4a4a4a;
--welded-iron:#6e6e6e;
--more-than-a-week:#8c8c8c;
--fortress-grey:#b8b8b8;
--christmas-silver:#e0e0e0;
}