Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d1b2e0;
}
.mauve-mist {
color: #c59fd5;
}
.heart-potion {
color: #a67db0;
}
.purple-sapphire {
color: #794a8c;
}
.deep-plum {
color: #4a2b5a;
}
/* CSS Variables */
:root {
--pretty-petunia:#d1b2e0;
--mauve-mist:#c59fd5;
--heart-potion:#a67db0;
--purple-sapphire:#794a8c;
--deep-plum:#4a2b5a;
}