# Sponsor Color Tiers

These are the 7 color tiers used for displaying sponsors in the Super Chat style on the start page, based on the sponsorship amount in USD.

| Amount (USD) | Tier | Color | HEX |
| :--- | :--- | :--- | :--- |
| $1.00 - $1.99 | Tier 1 | Blue | `#1E88E5` |
| $2.00 - $4.99 | Tier 2 | Cyan | `#00B0FF` |
| $5.00 - $9.99 | Tier 3 | Green | `#00BFA5` |
| $10.00 - $19.99 | Tier 4 | Yellow | `#FFB300` |
| $20.00 - $49.99 | Tier 5 | Orange | `#FF9100` |
| $50.00 - $99.99 | Tier 6 | Pink | `#E91E63` |
| $100.00+ | Tier 7 | Red | `#D50000` |

### Notes
* The color is automatically resolved based on the `amount` field in `docs/sponsors.json`.