Color names in this palette
CSS code for this palette
/* CSS */
.umbra {
color: #1f1f1f;
}
.thunder {
color: #4d4d4d;
}
.more-than-a-week {
color: #8c8c8c;
}
.palladium {
color: #b0b0b0;
}
.clouded-vision {
color: #d1d1d1;
}
/* CSS Variables */
:root {
--umbra:#1f1f1f;
--thunder:#4d4d4d;
--more-than-a-week:#8c8c8c;
--palladium:#b0b0b0;
--clouded-vision:#d1d1d1;
}