The traditional color for Indian brides across most regions, red represents fertility, prosperity, and new beginnings. Red sindoor powder is applied in the parting of a married woman's hair as a sign of marriage in Hindu tradition.
:root {
--color-bridal-red: #cc0000;
}
.example {
background-color: var(--color-bridal-red);
}