Color names in this palette
CSS code for this palette
/* CSS */
.operetta-mauve {
color: #3b2b4a;
}
.royal-robe {
color: #5f4a7d;
}
.court-jester {
color: #8e6c9d;
}
.garden-pansy {
color: #a88cb5;
}
.chinaberry-bloom {
color: #d6c2d5;
}
/* CSS Variables */
:root {
--operetta-mauve:#3b2b4a;
--royal-robe:#5f4a7d;
--court-jester:#8e6c9d;
--garden-pansy:#a88cb5;
--chinaberry-bloom:#d6c2d5;
}