Color names in this palette
CSS code for this palette
/* CSS */
.cadmium-violet {
color: #7a3f9d;
}
.wisteria {
color: #a879be;
}
.pretty-petunia {
color: #dab1e2;
}
.laelia-pink {
color: #f7cae1;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--cadmium-violet:#7a3f9d;
--wisteria:#a879be;
--pretty-petunia:#dab1e2;
--laelia-pink:#f7cae1;
--blush-hour:#ff7092;
}