Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5d3f8d;
}
.jubilee {
color: #7c5b9f;
}
.distinct-purple {
color: #a78cca;
}
.sweetheart {
color: #f1c1d6;
}
.deep-blush {
color: #e76a89;
}
/* CSS Variables */
:root {
--daisy-bush:#5d3f8d;
--jubilee:#7c5b9f;
--distinct-purple:#a78cca;
--sweetheart:#f1c1d6;
--deep-blush:#e76a89;
}