Color names in this palette
CSS code for this palette
/* CSS */
.bright-ube {
color: #d5a5e9;
}
.lavender-blossom {
color: #b082d3;
}
.rich-lavender {
color: #a06ecf;
}
.harley-hair-purple {
color: #7e4aba;
}
.rebecca-purple {
color: #5d329a;
}
/* CSS Variables */
:root {
--bright-ube:#d5a5e9;
--lavender-blossom:#b082d3;
--rich-lavender:#a06ecf;
--harley-hair-purple:#7e4aba;
--rebecca-purple:#5d329a;
}