Color names in this palette
CSS code for this palette
/* CSS */
.minute-mauve {
color: #f3e2f2;
}
.pretty-petunia {
color: #d9b5e3;
}
.heart-potion {
color: #a77eae;
}
.cleopatra-s-gown {
color: #7f4e8d;
}
.imperial {
color: #5c2a6a;
}
/* CSS Variables */
:root {
--minute-mauve:#f3e2f2;
--pretty-petunia:#d9b5e3;
--heart-potion:#a77eae;
--cleopatra-s-gown:#7f4e8d;
--imperial:#5c2a6a;
}