Color names in this palette
CSS code for this palette
/* CSS */
.liberty {
color: #4d4d9d;
}
.rich-lavender {
color: #a26cc6;
}
.barely-bloomed {
color: #d9aae4;
}
.sunburst {
color: #f2b67d;
}
.usubeni-red {
color: #f2636d;
}
/* CSS Variables */
:root {
--liberty:#4d4d9d;
--rich-lavender:#a26cc6;
--barely-bloomed:#d9aae4;
--sunburst:#f2b67d;
--usubeni-red:#f2636d;
}