Yellow represents the turmeric and mustard flowers that bloom across the plains of North India when Holi arrives in spring. Turmeric paste is also part of pre-Holi cleansing rituals in many households.
:root {
--color-holi-yellow: #ffd700;
}
.example {
background-color: var(--color-holi-yellow);
}