Color names in this palette
CSS code for this palette
/* CSS */
.juneberry {
color: #7c4f9c;
}
.wisteria {
color: #a87dba;
}
.favorite-lavender {
color: #d0a5d5;
}
.sparkling-pink {
color: #f4c8e8;
}
.petal-poise {
color: #f7e3f0;
}
/* CSS Variables */
:root {
--juneberry:#7c4f9c;
--wisteria:#a87dba;
--favorite-lavender:#d0a5d5;
--sparkling-pink:#f4c8e8;
--petal-poise:#f7e3f0;
}