Color names in this palette
CSS code for this palette
/* CSS */
.lightish-purple {
color: #a35ee8;
}
.iridescent-purple {
color: #a27dd8;
}
.true-v {
color: #896ac8;
}
.royal-lavender {
color: #6d4cae;
}
.sick-blue {
color: #4a2b88;
}
/* CSS Variables */
:root {
--lightish-purple:#a35ee8;
--iridescent-purple:#a27dd8;
--true-v:#896ac8;
--royal-lavender:#6d4cae;
--sick-blue:#4a2b88;
}