CSS code for this palette
/* CSS */
.sparkle-glow {
color: #f6d2b6;
}
.manga-pink {
color: #f4b8d8;
}
.purity {
color: #d9c5e2;
}
.fine-blue {
color: #b7e1e1;
}
.tropical {
color: #a1e8c8;
}
/* CSS Variables */
:root {
--sparkle-glow:#f6d2b6;
--manga-pink:#f4b8d8;
--purity:#d9c5e2;
--fine-blue:#b7e1e1;
--tropical:#a1e8c8;
}