Color names in this palette
CSS code for this palette
/* CSS */
.operetta-mauve {
color: #3a2a4c;
}
.tillandsia-purple {
color: #5d3a7e;
}
.vicious-violet {
color: #8e4b9b;
}
.fat-smooch {
color: #be507e;
}
.durotar-fire {
color: #f05a28;
}
/* CSS Variables */
:root {
--operetta-mauve:#3a2a4c;
--tillandsia-purple:#5d3a7e;
--vicious-violet:#8e4b9b;
--fat-smooch:#be507e;
--durotar-fire:#f05a28;
}