Ground from the turmeric root, this yellow is a staple in Indian cooking, medicine, and wedding rituals. The haldi ceremony sees turmeric paste applied to the bride and groom before their wedding day to purify and bless the couple.
:root {
--color-turmeric-yellow: #ffd700;
}
.example {
background-color: var(--color-turmeric-yellow);
}