Color names in this palette
CSS code for this palette
/* CSS */
.eerie-black {
color: #1c1c1c;
}
.shadowed-steel {
color: #4a4a4a;
}
.industrial-revolution {
color: #737373;
}
.fortress-grey {
color: #b8b8b8;
}
.christmas-silver {
color: #e0e0e0;
}
/* CSS Variables */
:root {
--eerie-black:#1c1c1c;
--shadowed-steel:#4a4a4a;
--industrial-revolution:#737373;
--fortress-grey:#b8b8b8;
--christmas-silver:#e0e0e0;
}