Color names in this palette
CSS code for this palette
/* CSS */
.prickly-purple {
color: #a55eb5;
}
.cleopatra-s-gown {
color: #7c4f8c;
}
.lounge-violet {
color: #5d346a;
}
.llilacquered {
color: #c0599c;
}
.rosecco {
color: #eab8e4;
}
/* CSS Variables */
:root {
--prickly-purple:#a55eb5;
--cleopatra-s-gown:#7c4f8c;
--lounge-violet:#5d346a;
--llilacquered:#c0599c;
--rosecco:#eab8e4;
}