Color names in this palette
CSS code for this palette
/* CSS */
.be-mine {
color: #f6e4e8;
}
.rhodonite {
color: #f1b1c7;
}
.girl-power {
color: #d89dce;
}
.wonder-wish {
color: #a77b9a;
}
.purple-gumdrop {
color: #7e5d78;
}
/* CSS Variables */
:root {
--be-mine:#f6e4e8;
--rhodonite:#f1b1c7;
--girl-power:#d89dce;
--wonder-wish:#a77b9a;
--purple-gumdrop:#7e5d78;
}