CSS code for this palette
/* CSS */
.cosmetic-red {
color: #a45b79;
}
.sweet-lilac {
color: #eab8d1;
}
.be-mine {
color: #f3e2e7;
}
.modesty {
color: #d5c8da;
}
.blue-pink {
color: #b7a2c3;
}
/* CSS Variables */
:root {
--cosmetic-red:#a45b79;
--sweet-lilac:#eab8d1;
--be-mine:#f3e2e7;
--modesty:#d5c8da;
--blue-pink:#b7a2c3;
}