Color names in this palette
CSS code for this palette
/* CSS */
.lucid-dream {
color: #5b2c90;
}
.royal-lavender {
color: #7a4dac;
}
.wisteria {
color: #a57ac2;
}
.bright-ube {
color: #d6a4e5;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--lucid-dream:#5b2c90;
--royal-lavender:#7a4dac;
--wisteria:#a57ac2;
--bright-ube:#d6a4e5;
--blush-hour:#ff7092;
}