Color names in this palette
CSS code for this palette
/* CSS */
.blue-magenta-violet {
color: #592c90;
}
.purple-pleasures {
color: #7c4c9a;
}
.drama-queen {
color: #a66e99;
}
.irish {
color: #3c8b5b;
}
.longing-for-nature {
color: #509b5e;
}
/* CSS Variables */
:root {
--blue-magenta-violet:#592c90;
--purple-pleasures:#7c4c9a;
--drama-queen:#a66e99;
--irish:#3c8b5b;
--longing-for-nature:#509b5e;
}