Color names in this palette
CSS code for this palette
/* CSS */
.black {
color: #000000;
}
.black-panther {
color: #424242;
}
.trolley-grey {
color: #828282;
}
.palladium {
color: #b0b0b0;
}
.christmas-silver {
color: #e0e0e0;
}
/* CSS Variables */
:root {
--black:#000000;
--black-panther:#424242;
--trolley-grey:#828282;
--palladium:#b0b0b0;
--christmas-silver:#e0e0e0;
}