The most traditional Holi color, red gulal is associated with the love of Radha and Krishna. According to legend, Krishna playfully colored Radha's face, starting the tradition of throwing colored powders during the spring festival.
:root {
--color-holi-red: #e32636;
}
.example {
background-color: var(--color-holi-red);
}