ethicalgardeners.constants.AGENT_PALETTE

ethicalgardeners.constants.AGENT_PALETTE = [(255, 40, 40), (255, 96, 55), (255, 127, 80), (255, 69, 0), (255, 99, 71), (255, 140, 0), (255, 165, 0), (255, 191, 0), (255, 215, 0), (255, 220, 80), (255, 230, 120), (255, 193, 193), (255, 182, 193), (255, 105, 180), (255, 20, 147), (255, 0, 255), (238, 130, 238), (221, 160, 221), (218, 112, 214), (199, 21, 133), (186, 85, 211), (148, 0, 211), (138, 43, 226), (123, 104, 238), (106, 90, 205), (72, 61, 139), (153, 50, 204), (139, 0, 139), (128, 0, 128), (102, 0, 102), (75, 0, 130), (205, 92, 92), (220, 20, 60), (178, 34, 34), (139, 0, 0), (128, 0, 0), (210, 105, 30), (160, 82, 45), (230, 230, 250), (216, 191, 216)]

This palette provides a range of 40 colors for agents, from reddish to purple hues, ensuring a visually distinct representation of agents in the simulation. Used in the GraphicalRenderer._generate_colors() method.