Instead of ...  **Use a Config class to hold all your static values (e.g. Color).** This way you only have one list of instances for colors available in Config. When you need a color or some static values, you simply call `Config.red` or `Config.white`