Color names in this palette
CSS code for this palette
/* CSS */
.cor-de-pele {
color: #f4c3c3;
}
.soba {
color: #d4b6a0;
}
.patchwork-pink {
color: #c2a79e;
}
.tattered-teddy {
color: #a27d6d;
}
.book-binder {
color: #7f5c5c;
}
/* CSS Variables */
:root {
--cor-de-pele:#f4c3c3;
--soba:#d4b6a0;
--patchwork-pink:#c2a79e;
--tattered-teddy:#a27d6d;
--book-binder:#7f5c5c;
}