Color names in this palette
CSS code for this palette
/* CSS */
.blackberry-yogurt {
color: #e2b6e2;
}
.favorite-lavender {
color: #d4a1d4;
}
.violet-whimsy {
color: #b68bb6;
}
.violet-femmes {
color: #a76ca7;
}
.hashita-purple {
color: #8c5f8c;
}
/* CSS Variables */
:root {
--blackberry-yogurt:#e2b6e2;
--favorite-lavender:#d4a1d4;
--violet-whimsy:#b68bb6;
--violet-femmes:#a76ca7;
--hashita-purple:#8c5f8c;
}