CSS code for this palette
/* CSS */
.haven {
color: #a3b18b;
}
.seacrest {
color: #b6c6a9;
}
.lime-granita {
color: #d9e1b7;
}
.peach-patch {
color: #f4d69f;
}
.first-date {
color: #f3b3a0;
}
/* CSS Variables */
:root {
--haven:#a3b18b;
--seacrest:#b6c6a9;
--lime-granita:#d9e1b7;
--peach-patch:#f4d69f;
--first-date:#f3b3a0;
}