Color names in this palette
CSS code for this palette
/* CSS */
.lucid-dream {
color: #5b2c90;
}
.lusty-lavender {
color: #8e5eba;
}
.violet-velvet {
color: #b09ddd;
}
.lily-legs {
color: #f0c7d6;
}
.may-sun {
color: #f9e9d2;
}
/* CSS Variables */
:root {
--lucid-dream:#5b2c90;
--lusty-lavender:#8e5eba;
--violet-velvet:#b09ddd;
--lily-legs:#f0c7d6;
--may-sun:#f9e9d2;
}