Color names in this palette
CSS code for this palette
/* CSS */
.spiced-plum {
color: #7a4f7d;
}
.rich-lavender {
color: #a86fc3;
}
.tropical-violet {
color: #d2a2e2;
}
.spaghetti-strap-pink {
color: #f7b1d4;
}
.mango-margarita {
color: #f3b94f;
}
/* CSS Variables */
:root {
--spiced-plum:#7a4f7d;
--rich-lavender:#a86fc3;
--tropical-violet:#d2a2e2;
--spaghetti-strap-pink:#f7b1d4;
--mango-margarita:#f3b94f;
}