Holi Yellow — Indian Traditional Color

HEX
#FFD700
RGB
255,215,0

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.

Recommended Pairings

CSS Variable

:root {
  --color-holi-yellow: #ffd700;
}
.example {
  background-color: var(--color-holi-yellow);
}

More Indian Traditional Colors