Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3f8d;
}
.jubilee {
color: #7a5c99;
}
.virtuous {
color: #9e7aa8;
}
.pastel-lavender {
color: #d69fc2;
}
.desire-pink {
color: #f0c7d0;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3f8d;
--jubilee:#7a5c99;
--virtuous:#9e7aa8;
--pastel-lavender:#d69fc2;
--desire-pink:#f0c7d0;
}