Color names in this palette
CSS code for this palette
/* CSS */
.dark-purple {
color: #380a43;
}
.purple-curse {
color: #6e0c6b;
}
.haunted-purple {
color: #9e1f80;
}
.llilacquered {
color: #c95997;
}
.love-spell {
color: #f8b9c5;
}
/* CSS Variables */
:root {
--dark-purple:#380a43;
--purple-curse:#6e0c6b;
--haunted-purple:#9e1f80;
--llilacquered:#c95997;
--love-spell:#f8b9c5;
}