Color names in this palette
CSS code for this palette
/* CSS */
.russian-violet {
color: #2e1a47;
}
.blue-magenta-violet {
color: #592d8f;
}
.lusty-lavender {
color: #905db1;
}
.juicy-peach {
color: #d68f8f;
}
.marquisette {
color: #f2d59c;
}
/* CSS Variables */
:root {
--russian-violet:#2e1a47;
--blue-magenta-violet:#592d8f;
--lusty-lavender:#905db1;
--juicy-peach:#d68f8f;
--marquisette:#f2d59c;
}