Color names in this palette
CSS code for this palette
/* CSS */
.coco-s-black {
color: #1d1d1b;
}
.black-olive {
color: #3a3a36;
}
.mined-coal {
color: #6c6c65;
}
.hunter-s-hollow {
color: #9a9a8d;
}
.bannister-white {
color: #e1e1d6;
}
/* CSS Variables */
:root {
--coco-s-black:#1d1d1b;
--black-olive:#3a3a36;
--mined-coal:#6c6c65;
--hunter-s-hollow:#9a9a8d;
--bannister-white:#e1e1d6;
}