Color names in this palette
CSS code for this palette
/* CSS */
.bright-ube {
color: #d3a6e7;
}
.wisteria {
color: #a77ccb;
}
.parfait-d-amour {
color: #7b4997;
}
.cyclamen-red {
color: #a45b8c;
}
.sullivan-s-heart {
color: #f7c5d5;
}
/* CSS Variables */
:root {
--bright-ube:#d3a6e7;
--wisteria:#a77ccb;
--parfait-d-amour:#7b4997;
--cyclamen-red:#a45b8c;
--sullivan-s-heart:#f7c5d5;
}