Color names in this palette
CSS code for this palette
/* CSS */
.bright-ube {
color: #d3a6e7;
}
.enchanted-lavender {
color: #bfa0d4;
}
.satin-flower {
color: #b68dbf;
}
.blackberry-yogurt {
color: #e2b6e2;
}
.think-pink {
color: #e6a7c3;
}
/* CSS Variables */
:root {
--bright-ube:#d3a6e7;
--enchanted-lavender:#bfa0d4;
--satin-flower:#b68dbf;
--blackberry-yogurt:#e2b6e2;
--think-pink:#e6a7c3;
}