Color names in this palette
CSS code for this palette
/* CSS */
.operetta-mauve {
color: #3d2848;
}
.spiced-plum {
color: #7a4d80;
}
.long-forgotten-purple {
color: #a4799b;
}
.berry-popsicle {
color: #d5a4c8;
}
.sheer-lavender {
color: #f0e1f4;
}
/* CSS Variables */
:root {
--operetta-mauve:#3d2848;
--spiced-plum:#7a4d80;
--long-forgotten-purple:#a4799b;
--berry-popsicle:#d5a4c8;
--sheer-lavender:#f0e1f4;
}