Color names in this palette
CSS code for this palette
/* CSS */
.cor-de-pele {
color: #f4c3c3;
}
.cotton-club {
color: #f3e3d3;
}
.warming-peach {
color: #e4b5a0;
}
.darling-clementine {
color: #d09c7c;
}
.couch {
color: #502c21;
}
/* CSS Variables */
:root {
--cor-de-pele:#f4c3c3;
--cotton-club:#f3e3d3;
--warming-peach:#e4b5a0;
--darling-clementine:#d09c7c;
--couch:#502c21;
}