Color names in this palette
CSS code for this palette
/* CSS */
.eerie-black {
color: #1c1c1c;
}
.shadowed-steel {
color: #4a4a4a;
}
.steel {
color: #7a7a7a;
}
.fortress-grey {
color: #b8b8b8;
}
.mercury {
color: #ebebeb;
}
/* CSS Variables */
:root {
--eerie-black:#1c1c1c;
--shadowed-steel:#4a4a4a;
--steel:#7a7a7a;
--fortress-grey:#b8b8b8;
--mercury:#ebebeb;
}