Color names in this palette
CSS code for this palette
/* CSS */
.true-purple {
color: #6f2c90;
}
.wisteria {
color: #ab82c4;
}
.bright-ube {
color: #d6a1e8;
}
.pale-grey-magenta {
color: #e7d8e9;
}
.aragonite-white {
color: #f4eff5;
}
/* CSS Variables */
:root {
--true-purple:#6f2c90;
--wisteria:#ab82c4;
--bright-ube:#d6a1e8;
--pale-grey-magenta:#e7d8e9;
--aragonite-white:#f4eff5;
}