Color names in this palette
CSS code for this palette
/* CSS */
.ameixa {
color: #6a5bcd;
}
.wisteria {
color: #a77ccb;
}
.bright-ube {
color: #d5a1e8;
}
.purple-s-baby-sister {
color: #f2c5ef;
}
.sugar-rush {
color: #d85f9c;
}
/* CSS Variables */
:root {
--ameixa:#6a5bcd;
--wisteria:#a77ccb;
--bright-ube:#d5a1e8;
--purple-s-baby-sister:#f2c5ef;
--sugar-rush:#d85f9c;
}