Color names in this palette
CSS code for this palette
/* CSS */
.liberty {
color: #544592;
}
.prophet-violet {
color: #6b5ba9;
}
.middle-blue-purple {
color: #8e6ebf;
}
.barely-bloomed {
color: #d7a6e2;
}
.scented-spring {
color: #f2d2f4;
}
/* CSS Variables */
:root {
--liberty:#544592;
--prophet-violet:#6b5ba9;
--middle-blue-purple:#8e6ebf;
--barely-bloomed:#d7a6e2;
--scented-spring:#f2d2f4;
}