White — Indian Traditional Color

HEX
#FFFFFF
RGB
255,255,255

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.

Recommended Pairings

CSS Variable

:root {
  --color-white: #ffffff;
}
.example {
  background-color: var(--color-white);
}

More Indian Traditional Colors