Color names in this palette
CSS code for this palette
/* CSS */
.royal-pretender {
color: #a45fab;
}
.wisteria {
color: #b279c8;
}
.mauve-mist {
color: #c89fd6;
}
.pretty-petunia {
color: #dab7e1;
}
.prom-corsage {
color: #ebc6e9;
}
/* CSS Variables */
:root {
--royal-pretender:#a45fab;
--wisteria:#b279c8;
--mauve-mist:#c89fd6;
--pretty-petunia:#dab7e1;
--prom-corsage:#ebc6e9;
}