Color names in this palette
CSS code for this palette
/* CSS */
.liberty {
color: #544592;
}
.wintertime-mauve {
color: #796ca7;
}
.puturple {
color: #a9a0cf;
}
.fresh-heather {
color: #d2c3df;
}
.minute-mauve {
color: #f3e2f2;
}
/* CSS Variables */
:root {
--liberty:#544592;
--wintertime-mauve:#796ca7;
--puturple:#a9a0cf;
--fresh-heather:#d2c3df;
--minute-mauve:#f3e2f2;
}