Color names in this palette
CSS code for this palette
/* CSS */
.russian-violet {
color: #2e1a47;
}
.lords-of-the-night {
color: #683f88;
}
.violet-femmes {
color: #a76c9f;
}
.plantain-chips {
color: #d5a84d;
}
.wake-me-up {
color: #f2d85a;
}
/* CSS Variables */
:root {
--russian-violet:#2e1a47;
--lords-of-the-night:#683f88;
--violet-femmes:#a76c9f;
--plantain-chips:#d5a84d;
--wake-me-up:#f2d85a;
}