Color names in this palette
CSS code for this palette
/* CSS */
.lords-of-the-night {
color: #6a3f88;
}
.lusty-lavender {
color: #8e5dbb;
}
.middy-s-purple {
color: #a78bda;
}
.herb-robert {
color: #d6a2e2;
}
.rosy-nectar {
color: #f4c3e0;
}
/* CSS Variables */
:root {
--lords-of-the-night:#6a3f88;
--lusty-lavender:#8e5dbb;
--middy-s-purple:#a78bda;
--herb-robert:#d6a2e2;
--rosy-nectar:#f4c3e0;
}