Color names in this palette
CSS code for this palette
/* CSS */
.coco-s-black {
color: #1d1d1b;
}
.beauty-spot {
color: #5f4b3a;
}
.unfussy-beige {
color: #d7c8c1;
}
.bleached-silk {
color: #f2f2f2;
}
.etruscan-red {
color: #c92c3e;
}
/* CSS Variables */
:root {
--coco-s-black:#1d1d1b;
--beauty-spot:#5f4b3a;
--unfussy-beige:#d7c8c1;
--bleached-silk:#f2f2f2;
--etruscan-red:#c92c3e;
}