Color names in this palette
CSS code for this palette
/* CSS */
.lucid-dream {
color: #5b2c90;
}
.lusty-lavender {
color: #8b5bb9;
}
.violet-velvet {
color: #b59ad6;
}
.minute-mauve {
color: #f2e2f3;
}
.flamingo-feather {
color: #f7c0d9;
}
/* CSS Variables */
:root {
--lucid-dream:#5b2c90;
--lusty-lavender:#8b5bb9;
--violet-velvet:#b59ad6;
--minute-mauve:#f2e2f3;
--flamingo-feather:#f7c0d9;
}