Color names in this palette
CSS code for this palette
/* CSS */
.liberty {
color: #544592;
}
.lusty-lavender {
color: #8357b2;
}
.rich-lavender {
color: #a876d0;
}
.blackberry-yogurt {
color: #e4b9e1;
}
.peachade {
color: #f9e1c8;
}
/* CSS Variables */
:root {
--liberty:#544592;
--lusty-lavender:#8357b2;
--rich-lavender:#a876d0;
--blackberry-yogurt:#e4b9e1;
--peachade:#f9e1c8;
}