Color names in this palette
CSS code for this palette
/* CSS */
.operetta-mauve {
color: #3d2a4c;
}
.magenta-violet {
color: #6d508b;
}
.usu-pink {
color: #a77b9d;
}
.yellow-varnish {
color: #e6b765;
}
.mandarin-rind {
color: #f0903d;
}
/* CSS Variables */
:root {
--operetta-mauve:#3d2a4c;
--magenta-violet:#6d508b;
--usu-pink:#a77b9d;
--yellow-varnish:#e6b765;
--mandarin-rind:#f0903d;
}