Color names in this palette
CSS code for this palette
/* CSS */
.blackberry-yogurt {
color: #e5b7e6;
}
.berry-popsicle {
color: #d6a4d1;
}
.violet-whimsy {
color: #b68bb3;
}
.plum-power {
color: #7e5a8c;
}
.imperial-purple {
color: #592c63;
}
/* CSS Variables */
:root {
--blackberry-yogurt:#e5b7e6;
--berry-popsicle:#d6a4d1;
--violet-whimsy:#b68bb3;
--plum-power:#7e5a8c;
--imperial-purple:#592c63;
}