Color names in this palette
CSS code for this palette
/* CSS */
.operetta-mauve {
color: #382a4c;
}
.alfonso-olive {
color: #7f2f5c;
}
.majestic-magenta {
color: #e84a8c;
}
.chat-orange {
color: #f99f3e;
}
.icy-lemonade {
color: #f6e8b1;
}
/* CSS Variables */
:root {
--operetta-mauve:#382a4c;
--alfonso-olive:#7f2f5c;
--majestic-magenta:#e84a8c;
--chat-orange:#f99f3e;
--icy-lemonade:#f6e8b1;
}