Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d5b0e8;
}
.heart-potion {
color: #a77ab3;
}
.cleopatra-s-gown {
color: #7b4b8b;
}
.fading-horizon {
color: #4b1e6b;
}
.purple-door {
color: #300d3f;
}
/* CSS Variables */
:root {
--pretty-petunia:#d5b0e8;
--heart-potion:#a77ab3;
--cleopatra-s-gown:#7b4b8b;
--fading-horizon:#4b1e6b;
--purple-door:#300d3f;
}