Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5d3d8a;
}
.royal-lavender {
color: #7a58a7;
}
.wisteria {
color: #a67bc6;
}
.pretty-petunia {
color: #dab2e0;
}
.fresh-piglet {
color: #fddde6;
}
/* CSS Variables */
:root {
--daisy-bush:#5d3d8a;
--royal-lavender:#7a58a7;
--wisteria:#a67bc6;
--pretty-petunia:#dab2e0;
--fresh-piglet:#fddde6;
}