Color names in this palette
CSS code for this palette
/* CSS */
.petal-plush {
color: #e2a6f2;
}
.amethyst {
color: #9a6bcc;
}
.juneberry {
color: #7a4f9c;
}
.grape-popsicle {
color: #5e3f73;
}
.violet-purple {
color: #3c2b55;
}
/* CSS Variables */
:root {
--petal-plush:#e2a6f2;
--amethyst:#9a6bcc;
--juneberry:#7a4f9c;
--grape-popsicle:#5e3f73;
--violet-purple:#3c2b55;
}