Color names in this palette
CSS code for this palette
/* CSS */
.wild-violet {
color: #69249e;
}
.lusty-lavender {
color: #8e5abf;
}
.simply-violet {
color: #a7a0d4;
}
.changeling-pink {
color: #f1b1cd;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--wild-violet:#69249e;
--lusty-lavender:#8e5abf;
--simply-violet:#a7a0d4;
--changeling-pink:#f1b1cd;
--grapefruit-pulp:#ff6e61;
}