CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.jemima {
color: #f2d57d;
}
.iced-celery {
color: #e1e8b5;
}
.blue-click {
color: #aad7e9;
}
.dusty-teal {
color: #4b8b88;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--jemima:#f2d57d;
--iced-celery:#e1e8b5;
--blue-click:#aad7e9;
--dusty-teal:#4b8b88;
}