Color names in this palette
CSS code for this palette
/* CSS */
.pink-illusion {
color: #deb7f1;
}
.bright-ube {
color: #d6a1e8;
}
.blush-essence {
color: #c68edc;
}
.lavender-blossom {
color: #b17cd0;
}
.soft-purple {
color: #aa6cb7;
}
/* CSS Variables */
:root {
--pink-illusion:#deb7f1;
--bright-ube:#d6a1e8;
--blush-essence:#c68edc;
--lavender-blossom:#b17cd0;
--soft-purple:#aa6cb7;
}