Color names in this palette
CSS code for this palette
/* CSS */
.umbra {
color: #1f1f1f;
}
.shadowed-steel {
color: #4a4a4a;
}
.welded-iron {
color: #6e6e6e;
}
.quicksilver {
color: #a6a6a6;
}
.white-smoke {
color: #f5f5f5;
}
/* CSS Variables */
:root {
--umbra:#1f1f1f;
--shadowed-steel:#4a4a4a;
--welded-iron:#6e6e6e;
--quicksilver:#a6a6a6;
--white-smoke:#f5f5f5;
}