Color names in this palette
CSS code for this palette
/* CSS */
.japan-blush {
color: #e1d3f3;
}
.grape-illusion {
color: #b9a6d8;
}
.violet-frog {
color: #9270b2;
}
.cleopatra-s-gown {
color: #7b508b;
}
.petunia {
color: #4f2e6b;
}
/* CSS Variables */
:root {
--japan-blush:#e1d3f3;
--grape-illusion:#b9a6d8;
--violet-frog:#9270b2;
--cleopatra-s-gown:#7b508b;
--petunia:#4f2e6b;
}