Color names in this palette
CSS code for this palette
/* CSS */
.muddy-mauve {
color: #e2b6cf;
}
.pearly-purple {
color: #b76c9b;
}
.cleopatra-s-gown {
color: #7c4f8c;
}
.regalia {
color: #4f307e;
}
.russian-violet {
color: #2a194d;
}
/* CSS Variables */
:root {
--muddy-mauve:#e2b6cf;
--pearly-purple:#b76c9b;
--cleopatra-s-gown:#7c4f8c;
--regalia:#4f307e;
--russian-violet:#2a194d;
}