Color names in this palette
CSS code for this palette
/* CSS */
.operetta-mauve {
color: #392b4a;
}
.emperor-jewel {
color: #6f5f8c;
}
.violet-fields {
color: #b9a3c8;
}
.tequila {
color: #f4d1a4;
}
.highlighter-pink {
color: #e65b7b;
}
/* CSS Variables */
:root {
--operetta-mauve:#392b4a;
--emperor-jewel:#6f5f8c;
--violet-fields:#b9a3c8;
--tequila:#f4d1a4;
--highlighter-pink:#e65b7b;
}