Color names in this palette
CSS code for this palette
/* CSS */
.operetta-mauve {
color: #3d2a4c;
}
.magenta-violet {
color: #6a4e8d;
}
.mauve-memento {
color: #a76c8f;
}
.honey-beehive {
color: #d29b60;
}
.almeja {
color: #f4e0c8;
}
/* CSS Variables */
:root {
--operetta-mauve:#3d2a4c;
--magenta-violet:#6a4e8d;
--mauve-memento:#a76c8f;
--honey-beehive:#d29b60;
--almeja:#f4e0c8;
}