Color names in this palette
CSS code for this palette
/* CSS */
.galactic-grapevine {
color: #6c3082;
}
.heath-spotted-orchid {
color: #a45b98;
}
.sweet-perfume {
color: #d59ab5;
}
.sweetheart {
color: #f1c1d9;
}
.marshmallow-rose {
color: #f7e3e6;
}
/* CSS Variables */
:root {
--galactic-grapevine:#6c3082;
--heath-spotted-orchid:#a45b98;
--sweet-perfume:#d59ab5;
--sweetheart:#f1c1d9;
--marshmallow-rose:#f7e3e6;
}