Color names in this palette
CSS code for this palette
/* CSS */
.bell-heather {
color: #a67ab3;
}
.gumball {
color: #e3b0d4;
}
.enchanted-lavender {
color: #b9a2d8;
}
.cleopatra-s-gown {
color: #7d4b8b;
}
.mystic-nights {
color: #4e2e70;
}
/* CSS Variables */
:root {
--bell-heather:#a67ab3;
--gumball:#e3b0d4;
--enchanted-lavender:#b9a2d8;
--cleopatra-s-gown:#7d4b8b;
--mystic-nights:#4e2e70;
}