Color names in this palette
CSS code for this palette
/* CSS */
.lusty-lavender {
color: #8a5dc6;
}
.purple-corallite {
color: #5b4f8c;
}
.succinct-violet {
color: #4e3c6d;
}
.damson-plum {
color: #d79edc;
}
.hanami-pink {
color: #f5a8e0;
}
/* CSS Variables */
:root {
--lusty-lavender:#8a5dc6;
--purple-corallite:#5b4f8c;
--succinct-violet:#4e3c6d;
--damson-plum:#d79edc;
--hanami-pink:#f5a8e0;
}