Color names in this palette
CSS code for this palette
/* CSS */
.coco-s-black {
color: #1d1d1b;
}
.iron-fixture {
color: #5d5d5b;
}
.t-rex-fossil {
color: #90908e;
}
.rand-moon {
color: #b6b6b4;
}
.cat-s-cream {
color: #e7e7e4;
}
/* CSS Variables */
:root {
--coco-s-black:#1d1d1b;
--iron-fixture:#5d5d5b;
--t-rex-fossil:#90908e;
--rand-moon:#b6b6b4;
--cat-s-cream:#e7e7e4;
}