Color names in this palette
CSS code for this palette
/* CSS */
.maximum-purple {
color: #7a2b88;
}
.akebi-purple {
color: #9c3eac;
}
.lavendless {
color: #b66bc7;
}
.candy-floss {
color: #e1a4e5;
}
.scented-spring {
color: #f1d1f5;
}
/* CSS Variables */
:root {
--maximum-purple:#7a2b88;
--akebi-purple:#9c3eac;
--lavendless:#b66bc7;
--candy-floss:#e1a4e5;
--scented-spring:#f1d1f5;
}