Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3f8d;
}
.jubilee {
color: #7b5b9f;
}
.wisteria {
color: #a77ccb;
}
.pretty-petunia {
color: #d1b1e2;
}
.perfume-haze {
color: #f1e6f9;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3f8d;
--jubilee:#7b5b9f;
--wisteria:#a77ccb;
--pretty-petunia:#d1b1e2;
--perfume-haze:#f1e6f9;
}