Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5d3d8a;
}
.soft-purple {
color: #a56db0;
}
.favorite-lavender {
color: #d9a1d5;
}
.mountain-laurel {
color: #f5c7d3;
}
.veiled-pink {
color: #f9dfd7;
}
/* CSS Variables */
:root {
--daisy-bush:#5d3d8a;
--soft-purple:#a56db0;
--favorite-lavender:#d9a1d5;
--mountain-laurel:#f5c7d3;
--veiled-pink:#f9dfd7;
}