Color names in this palette
CSS code for this palette
/* CSS */
.operetta-mauve {
color: #3b2a4c;
}
.honey-flower {
color: #593e6f;
}
.super-violet {
color: #795a8c;
}
.honey-mustard {
color: #b38a4d;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--operetta-mauve:#3b2a4c;
--honey-flower:#593e6f;
--super-violet:#795a8c;
--honey-mustard:#b38a4d;
--vampire-red:#d63f2e;
}