CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.granola {
color: #f5cc9e;
}
.lazy-daisy {
color: #f9eaa4;
}
.frugal {
color: #a4d6b1;
}
.melodious {
color: #80b3af;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--granola:#f5cc9e;
--lazy-daisy:#f9eaa4;
--frugal:#a4d6b1;
--melodious:#80b3af;
}