Color names in this palette
CSS code for this palette
/* CSS */
.hyacinth-violet {
color: #9a4c97;
}
.soft-purple {
color: #aa6fb8;
}
.favorite-lavender {
color: #d6a8d5;
}
.amazon-river-dolphin {
color: #e6b2b8;
}
.sweetheart {
color: #f1c6d9;
}
/* CSS Variables */
:root {
--hyacinth-violet:#9a4c97;
--soft-purple:#aa6fb8;
--favorite-lavender:#d6a8d5;
--amazon-river-dolphin:#e6b2b8;
--sweetheart:#f1c6d9;
}