Color names in this palette
CSS code for this palette
/* CSS */
.lucid-dream {
color: #5b2a92;
}
.royal-lavender {
color: #7b4fab;
}
.wisteria {
color: #a67acd;
}
.cherry-blossom {
color: #f4c3d5;
}
.calabrese {
color: #f6a8a2;
}
/* CSS Variables */
:root {
--lucid-dream:#5b2a92;
--royal-lavender:#7b4fab;
--wisteria:#a67acd;
--cherry-blossom:#f4c3d5;
--calabrese:#f6a8a2;
}