Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5b3e8e;
}
.jubilee {
color: #7d5c99;
}
.wisteria {
color: #a37cc0;
}
.pretty-petunia {
color: #d1b3e0;
}
.pink-frosting {
color: #f6d5e1;
}
/* CSS Variables */
:root {
--daisy-bush:#5b3e8e;
--jubilee:#7d5c99;
--wisteria:#a37cc0;
--pretty-petunia:#d1b3e0;
--pink-frosting:#f6d5e1;
}