Color names in this palette
CSS code for this palette
/* CSS */
.lead {
color: #212121;
}
.black-panther {
color: #424242;
}
.kettleman {
color: #616161;
}
.mortar-grey {
color: #9e9e9e;
}
.white-smoke {
color: #f5f5f5;
}
/* CSS Variables */
:root {
--lead:#212121;
--black-panther:#424242;
--kettleman:#616161;
--mortar-grey:#9e9e9e;
--white-smoke:#f5f5f5;
}