Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5f3a92;
}
.lavish-spending {
color: #8a6abe;
}
.enchanted-lavender {
color: #c0a4e0;
}
.harvest-wreath {
color: #f7d7c5;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--daisy-bush:#5f3a92;
--lavish-spending:#8a6abe;
--enchanted-lavender:#c0a4e0;
--harvest-wreath:#f7d7c5;
--welcoming-wasp:#f0a800;
}