Color names in this palette
CSS code for this palette
/* CSS */
.passion-flower {
color: #6b509b;
}
.lusty-lavender {
color: #8a5fbf;
}
.viola {
color: #9a6fbe;
}
.drama-queen {
color: #a06e9a;
}
.valhalla {
color: #2a2c41;
}
/* CSS Variables */
:root {
--passion-flower:#6b509b;
--lusty-lavender:#8a5fbf;
--viola:#9a6fbe;
--drama-queen:#a06e9a;
--valhalla:#2a2c41;
}