Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5e3b8c;
}
.jubilee {
color: #7c5f9b;
}
.flirty-pink {
color: #9d84b3;
}
.tropical-violet {
color: #d3a9e0;
}
.rosy-nectar {
color: #f2c5e4;
}
/* CSS Variables */
:root {
--daisy-bush:#5e3b8c;
--jubilee:#7c5f9b;
--flirty-pink:#9d84b3;
--tropical-violet:#d3a9e0;
--rosy-nectar:#f2c5e4;
}