A playful shade of gulal powder thrown during Holi celebrations across North India. Pink is associated with the carefree, joyful mood of the festival when people dance, sing, and smear each other with color.
:root {
--color-holi-pink: #ff69b4;
}
.example {
background-color: var(--color-holi-pink);
}