Color names in this palette
CSS code for this palette
/* CSS */
.blackberry-yogurt {
color: #e6b2e0;
}
.chateau-rose {
color: #d9a1d0;
}
.soft-purple {
color: #a66bb8;
}
.hyacinth-violet {
color: #9b4b96;
}
.nursery-pink {
color: #f5dbec;
}
/* CSS Variables */
:root {
--blackberry-yogurt:#e6b2e0;
--chateau-rose:#d9a1d0;
--soft-purple:#a66bb8;
--hyacinth-violet:#9b4b96;
--nursery-pink:#f5dbec;
}