Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.vega-violet {
color: #a64dff;
}
.lavender-tea {
color: #d68fff;
}
.rich-brilliant-lavender {
color: #f1a8ff;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--vega-violet:#a64dff;
--lavender-tea:#d68fff;
--rich-brilliant-lavender:#f1a8ff;
--blush-hour:#ff7092;
}