Color names in this palette
CSS code for this palette
/* CSS */
.blue-magenta-violet {
color: #592c90;
}
.harley-hair-purple {
color: #8f4bb4;
}
.creeping-bellflower {
color: #b37fc7;
}
.hanami-pink {
color: #f2a6e2;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--blue-magenta-violet:#592c90;
--harley-hair-purple:#8f4bb4;
--creeping-bellflower:#b37fc7;
--hanami-pink:#f2a6e2;
--blush-hour:#ff7092;
}