Color names in this palette
CSS code for this palette
/* CSS */
.mecha-kitty {
color: #d0c5d3;
}
.extraordinaire {
color: #bca4c6;
}
.heart-potion {
color: #a981b1;
}
.bermuda-onion {
color: #a1598d;
}
.cleopatra-s-gown {
color: #7d4b8b;
}
/* CSS Variables */
:root {
--mecha-kitty:#d0c5d3;
--extraordinaire:#bca4c6;
--heart-potion:#a981b1;
--bermuda-onion:#a1598d;
--cleopatra-s-gown:#7d4b8b;
}