Color names in this palette
CSS code for this palette
/* CSS */
.umbra {
color: #1f1f1f;
}
.black-panther {
color: #424242;
}
.welded-iron {
color: #6e6e6e;
}
.uniform-grey {
color: #a8a8a8;
}
.disco-ball {
color: #d4d4d4;
}
/* CSS Variables */
:root {
--umbra:#1f1f1f;
--black-panther:#424242;
--welded-iron:#6e6e6e;
--uniform-grey:#a8a8a8;
--disco-ball:#d4d4d4;
}