CSS code for this palette
/* CSS */
.simpatico-blue {
color: #a7c0d3;
}
.tear {
color: #b6d7e2;
}
.winter-day {
color: #e2e7e9;
}
.ibis {
color: #f6b1c0;
}
.pink-sherbet {
color: #f77e98;
}
/* CSS Variables */
:root {
--simpatico-blue:#a7c0d3;
--tear:#b6d7e2;
--winter-day:#e2e7e9;
--ibis:#f6b1c0;
--pink-sherbet:#f77e98;
}