A bright Holi color that echoes the flames of Holika Dahan, the bonfire lit on the eve of Holi. Oranges and saffron hues are common in the colored powders that fill the streets during the spring celebration.
:root {
--color-holi-orange: #ff8c00;
}
.example {
background-color: var(--color-holi-orange);
}