Color names in this palette
CSS code for this palette
/* CSS */
.tint-of-earth {
color: #d0987c;
}
.warming-peach {
color: #e4b5a0;
}
.neighborly-peach {
color: #f4c0a4;
}
.curd {
color: #f7e3bb;
}
.toasted-coconut {
color: #e9c4a0;
}
/* CSS Variables */
:root {
--tint-of-earth:#d0987c;
--warming-peach:#e4b5a0;
--neighborly-peach:#f4c0a4;
--curd:#f7e3bb;
--toasted-coconut:#e9c4a0;
}