CSS code for this palette
/* CSS */
.chai-latte {
color: #f7c9a1;
}
.roseberry {
color: #f3a8a0;
}
.blush {
color: #f09f8e;
}
.heirloom-rose {
color: #d284a1;
}
.rhinestone {
color: #8d6d97;
}
/* CSS Variables */
:root {
--chai-latte:#f7c9a1;
--roseberry:#f3a8a0;
--blush:#f09f8e;
--heirloom-rose:#d284a1;
--rhinestone:#8d6d97;
}