Color names in this palette
CSS code for this palette
/* CSS */
.fortress-grey {
color: #b8b8b8;
}
.dark-souls {
color: #a3a3a3;
}
.silver-snippet {
color: #8f8f8f;
}
.welded-iron {
color: #6e6e6e;
}
.thunder {
color: #4d4d4d;
}
/* CSS Variables */
:root {
--fortress-grey:#b8b8b8;
--dark-souls:#a3a3a3;
--silver-snippet:#8f8f8f;
--welded-iron:#6e6e6e;
--thunder:#4d4d4d;
}