Color names in this palette
CSS code for this palette
/* CSS */
.lusty-lavender {
color: #8a5bae;
}
.trunks-hair {
color: #a05abf;
}
.purple-kush {
color: #c87ec8;
}
.barely-bloomed {
color: #e1a8e1;
}
.scented-spring {
color: #f3d2f4;
}
/* CSS Variables */
:root {
--lusty-lavender:#8a5bae;
--trunks-hair:#a05abf;
--purple-kush:#c87ec8;
--barely-bloomed:#e1a8e1;
--scented-spring:#f3d2f4;
}