Color names in this palette
CSS code for this palette
/* CSS */
.operetta-mauve {
color: #3b2a50;
}
.magenta-violet {
color: #6c508b;
}
.prickly-purple {
color: #9f69b5;
}
.barely-bloomed {
color: #d9a6e3;
}
.marigold-dust {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--operetta-mauve:#3b2a50;
--magenta-violet:#6c508b;
--prickly-purple:#9f69b5;
--barely-bloomed:#d9a6e3;
--marigold-dust:#f4cf3e;
}