CSS code for this palette
/* CSS */
.roseberry {
color: #f3a5a0;
}
.ibis {
color: #f6b6c1;
}
.pretty-pale {
color: #e6c6d3;
}
.tear {
color: #b6d7e2;
}
.touch-of-turquoise {
color: #a1d3d0;
}
/* CSS Variables */
:root {
--roseberry:#f3a5a0;
--ibis:#f6b6c1;
--pretty-pale:#e6c6d3;
--tear:#b6d7e2;
--touch-of-turquoise:#a1d3d0;
}