The color of Hindu renunciation and the top band of India's national flag. Hindu monks and swamis wear saffron robes to symbolize the burning away of ego and attachment to material life. It represents fire, purity, and the pursuit of spiritual knowledge.
:root {
--color-saffron: #ff9933;
}
.example {
background-color: var(--color-saffron);
}