Color names in this palette
CSS code for this palette
/* CSS */
.blackberry-yogurt {
color: #e6b3e0;
}
.spring-wisteria {
color: #cea6d9;
}
.bell-heather {
color: #a67ab3;
}
.plum-power {
color: #7d5a8c;
}
.deep-plum {
color: #4a2b5a;
}
/* CSS Variables */
:root {
--blackberry-yogurt:#e6b3e0;
--spring-wisteria:#cea6d9;
--bell-heather:#a67ab3;
--plum-power:#7d5a8c;
--deep-plum:#4a2b5a;
}