Color names in this palette
CSS code for this palette
/* CSS */
.palladium {
color: #b0b0b0;
}
.dark-souls {
color: #a3a3a3;
}
.mortar-grey {
color: #9e9e9e;
}
.aged-moustache-grey {
color: #7d7d7d;
}
.thunder {
color: #4d4d4d;
}
/* CSS Variables */
:root {
--palladium:#b0b0b0;
--dark-souls:#a3a3a3;
--mortar-grey:#9e9e9e;
--aged-moustache-grey:#7d7d7d;
--thunder:#4d4d4d;
}