CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.romantic {
color: #fdc7a0;
}
.butter-cupcake {
color: #fddc9b;
}
.frugal {
color: #a3d7b2;
}
.fate {
color: #6a9bbe;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--romantic:#fdc7a0;
--butter-cupcake:#fddc9b;
--frugal:#a3d7b2;
--fate:#6a9bbe;
}