Color names in this palette
CSS code for this palette
/* CSS */
.black {
color: #000000;
}
.black-panther {
color: #424242;
}
.more-than-a-week {
color: #8c8c8c;
}
.disco-ball {
color: #d4d4d4;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--black:#000000;
--black-panther:#424242;
--more-than-a-week:#8c8c8c;
--disco-ball:#d4d4d4;
--white:#ffffff;
}