Color names in this palette
CSS code for this palette
/* CSS */
.galactic-grapevine {
color: #6c3082;
}
.cleopatra-s-gown {
color: #7c4f8c;
}
.violetta {
color: #a76c9a;
}
.young-at-heart {
color: #d69fac;
}
.sweetheart {
color: #f2c5d8;
}
/* CSS Variables */
:root {
--galactic-grapevine:#6c3082;
--cleopatra-s-gown:#7c4f8c;
--violetta:#a76c9a;
--young-at-heart:#d69fac;
--sweetheart:#f2c5d8;
}