Color names in this palette
CSS code for this palette
/* CSS */
.pure-mauve {
color: #6a4c94;
}
.wisteria {
color: #a77ccb;
}
.pretty-petunia {
color: #d9b3e0;
}
.sweetheart {
color: #f4c3d6;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--pure-mauve:#6a4c94;
--wisteria:#a77ccb;
--pretty-petunia:#d9b3e0;
--sweetheart:#f4c3d6;
--blush-hour:#ff7092;
}