Css linear gradient with angles

can anyone explain the 90deg angle parameter

background: linear-gradient(90deg, red, yellow); /* Standard syntax

I have tried different angles with different colors I see they vary but I’m not quite sure what the angle is doing.

Thanks for any feedback!

Thanks so much that was a huge help. Great examples…appreciate your thorough help!!!