Marigold garlands are the most common offering in Hindu temples, draped on deities and used to decorate wedding venues. The bright orange flower is considered sacred to the goddess and is stringed into ropes for ceremonies across India.
:root {
--color-marigold-orange: #ffa500;
}
.example {
background-color: var(--color-marigold-orange);
}