Color names in this palette
CSS code for this palette
/* CSS */
.juneberry {
color: #7d5091;
}
.violet-femmes {
color: #a76c9e;
}
.sweet-perfume {
color: #d69aba;
}
.sweetheart {
color: #f1c1da;
}
.cupid-arrow {
color: #f4e1e2;
}
/* CSS Variables */
:root {
--juneberry:#7d5091;
--violet-femmes:#a76c9e;
--sweet-perfume:#d69aba;
--sweetheart:#f1c1da;
--cupid-arrow:#f4e1e2;
}