Color names in this palette
CSS code for this palette
/* CSS */
.lords-of-the-night {
color: #683f88;
}
.crown-jewels {
color: #9b6ab4;
}
.tropical-violet {
color: #d1a8e1;
}
.purple-s-baby-sister {
color: #f4c3e9;
}
.strawberry-shortcake {
color: #f78d99;
}
/* CSS Variables */
:root {
--lords-of-the-night:#683f88;
--crown-jewels:#9b6ab4;
--tropical-violet:#d1a8e1;
--purple-s-baby-sister:#f4c3e9;
--strawberry-shortcake:#f78d99;
}