Color names in this palette
CSS code for this palette
/* CSS */
.purple-pleasures {
color: #7d4c9a;
}
.soft-purple {
color: #a86dba;
}
.bright-ube {
color: #d5a5e9;
}
.lavender-savor {
color: #f1e0ff;
}
.sweetheart {
color: #f4c3d8;
}
/* CSS Variables */
:root {
--purple-pleasures:#7d4c9a;
--soft-purple:#a86dba;
--bright-ube:#d5a5e9;
--lavender-savor:#f1e0ff;
--sweetheart:#f4c3d8;
}