My material is very dark

Materials are for both 2D and 3D. In 2D the default material supports tinting tho. Behind the scenes, the Sprite Renderer sends its tint color to the shader to affect the final output colors. You could use a different shader/material to alter how that that tint color is interpreted and displayed. Shader Graph 2023 + supports this now.

Overall, sprite colors can be influenced by:

  • Linear vs Gamma & sRGB

  • scene lighting, global lights & other lights (if you’re using 2D Renderer, you need to look for Light2D)

  • color tinting (see Sprite Renderer’s color property, darkening or alpha?)

  • something going on with the shader or material (do you have the right lit/unlit material?)

  • the colors they’re adjacent to (purely a perceptive difference)