particles dont have color

Hi, im new in the unity development and im having troubles with the particle system.

I created a particle that will appear when my Game Object “RollerBall” dies, but the particle is not appearing with the same Material of the RollerBall. Instead, the particle is black.
I dont know the cause, everything seems to be right.

Some screenshots to help understand whats happening:

Particles

Material

More screen shots:
Particle

Try changing the particles from view space to world space in the render tab. I think this is a bug where view space mesh particles are inverted, the fix went in today so it will be in the next patch however world space particles do not have the issue so using them should fix it now.