One of the many colors that make up the riot of hues in Holi celebrations. Purple powder joins the spectrum thrown during the spring festival, when social rules are temporarily set aside and everyone joins the fun.
:root {
--color-holi-purple: #800080;
}
.example {
background-color: var(--color-holi-purple);
}