Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.allspice {
color: #f9cca9;
}
.yellow-essence {
color: #fce1b6;
}
.cr-me-de-la-cr-me {
color: #f3e8b4;
}
.etcetera {
color: #e1c6d4;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--allspice:#f9cca9;
--yellow-essence:#fce1b6;
--cr-me-de-la-cr-me:#f3e8b4;
--etcetera:#e1c6d4;
}