CSS code for this palette
/* CSS */
.lively-coral {
color: #e57b7b;
}
.first-date {
color: #f2b2a1;
}
.turkscap {
color: #f4d7be;
}
.bone-white {
color: #f1e2b1;
}
.sundown {
color: #f4c89f;
}
/* CSS Variables */
:root {
--lively-coral:#e57b7b;
--first-date:#f2b2a1;
--turkscap:#f4d7be;
--bone-white:#f1e2b1;
--sundown:#f4c89f;
}