Color names in this palette
CSS code for this palette
/* CSS */
.umbra {
color: #1f1f1f;
}
.shadowed-steel {
color: #4a4a4a;
}
.welded-iron {
color: #6e6e6e;
}
.tangled-web {
color: #b3b3b3;
}
.christmas-silver {
color: #e0e0e0;
}
/* CSS Variables */
:root {
--umbra:#1f1f1f;
--shadowed-steel:#4a4a4a;
--welded-iron:#6e6e6e;
--tangled-web:#b3b3b3;
--christmas-silver:#e0e0e0;
}