The green stripe on the Indian national flag represents faith, fertility, and the earth's abundance. Green is also tied to the Islamic heritage of India, seen in the gardens, domes, and tile work of Mughal monuments.
:root {
--color-indian-green: #138808;
}
.example {
background-color: var(--color-indian-green);
}