White is the traditional color of mourning in India, worn at funerals and by widows in many Hindu communities. It also represents purity, simplicity, and truth, and is worn by those observing religious fasts and visiting temples.
:root {
--color-white: #ffffff;
}
.example {
background-color: var(--color-white);
}