CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.bee {
color: #f2b950;
}
.sandy-shore {
color: #f2e7ba;
}
.french-pass {
color: #a3d4e0;
}
.jade-dragon {
color: #6b9e91;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--bee:#f2b950;
--sandy-shore:#f2e7ba;
--french-pass:#a3d4e0;
--jade-dragon:#6b9e91;
}