Color names in this palette
CSS code for this palette
/* CSS */
.warming-peach {
color: #e4b5a0;
}
.white-acorn {
color: #d8a78d;
}
.bellini {
color: #f2c9b0;
}
.thai-ice-tea {
color: #e1a57a;
}
.copper-lake {
color: #c1907b;
}
/* CSS Variables */
:root {
--warming-peach:#e4b5a0;
--white-acorn:#d8a78d;
--bellini:#f2c9b0;
--thai-ice-tea:#e1a57a;
--copper-lake:#c1907b;
}