CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3f8d;
}
.jubilee {
color: #7b5b9f;
}
.lush-lilac {
color: #9d7dba;
}
.sweetheart {
color: #f1c1d6;
}
.fat-gold {
color: #e6b400;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3f8d;
--jubilee:#7b5b9f;
--lush-lilac:#9d7dba;
--sweetheart:#f1c1d6;
--fat-gold:#e6b400;
}