CSS code for this palette
/* CSS */
.french-white {
color: #f1e6da;
}
.pure-beige {
color: #e8cfc4;
}
.first-date {
color: #f4b69f;
}
.blush {
color: #f4a090;
}
.ponceau {
color: #f25a76;
}
/* CSS Variables */
:root {
--french-white:#f1e6da;
--pure-beige:#e8cfc4;
--first-date:#f4b69f;
--blush:#f4a090;
--ponceau:#f25a76;
}