Color names in this palette
CSS code for this palette
/* CSS */
.disco-ball {
color: #d4d4d4;
}
.palladium {
color: #b0b0b0;
}
.more-than-a-week {
color: #8c8c8c;
}
.black-oak {
color: #4f4f4f;
}
.umbra {
color: #1f1f1f;
}
/* CSS Variables */
:root {
--disco-ball:#d4d4d4;
--palladium:#b0b0b0;
--more-than-a-week:#8c8c8c;
--black-oak:#4f4f4f;
--umbra:#1f1f1f;
}