CSS code for this palette
/* CSS */
.heart-to-heart {
color: #d6a8c5;
}
.pink-chintz {
color: #f1c0d1;
}
.posy {
color: #f3e2d3;
}
.orange-blast {
color: #f4c899;
}
.carona {
color: #f9a82f;
}
/* CSS Variables */
:root {
--heart-to-heart:#d6a8c5;
--pink-chintz:#f1c0d1;
--posy:#f3e2d3;
--orange-blast:#f4c899;
--carona:#f9a82f;
}