Color names in this palette
CSS code for this palette
/* CSS */
.pink-nudity {
color: #d7c5b7;
}
.warming-peach {
color: #e2b9a1;
}
.italian-clay {
color: #d79a79;
}
.wheatberry {
color: #c78a5c;
}
.witch-s-cottage {
color: #4c3e29;
}
/* CSS Variables */
:root {
--pink-nudity:#d7c5b7;
--warming-peach:#e2b9a1;
--italian-clay:#d79a79;
--wheatberry:#c78a5c;
--witch-s-cottage:#4c3e29;
}