Color names in this palette
CSS code for this palette
/* CSS */
.lusty-lavender {
color: #8a5fbf;
}
.wisteria {
color: #a77ccb;
}
.tropical-violet {
color: #d0a7e2;
}
.pretty-in-pink {
color: #f9c3e8;
}
.porcelain-tan {
color: #f9d8c3;
}
/* CSS Variables */
:root {
--lusty-lavender:#8a5fbf;
--wisteria:#a77ccb;
--tropical-violet:#d0a7e2;
--pretty-in-pink:#f9c3e8;
--porcelain-tan:#f9d8c3;
}