CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.allspice {
color: #f9cca9;
}
.song-of-summer {
color: #fce6b6;
}
.sour {
color: #e5f0b7;
}
.whirlpool {
color: #a4daca;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--allspice:#f9cca9;
--song-of-summer:#fce6b6;
--sour:#e5f0b7;
--whirlpool:#a4daca;
}