Color names in this palette
CSS code for this palette
/* CSS */
.lively-coral {
color: #e77e7e;
}
.first-date {
color: #f3b5a0;
}
.french-bustle {
color: #f1d5d5;
}
.soya {
color: #f9e1be;
}
.neighborly-peach {
color: #f6c2a2;
}
/* CSS Variables */
:root {
--lively-coral:#e77e7e;
--first-date:#f3b5a0;
--french-bustle:#f1d5d5;
--soya:#f9e1be;
--neighborly-peach:#f6c2a2;
}