Creating simple Grass - how do i blend 2 Colors?

Use a LinearInterpolation (mix) node.

You may want to map the texture coordinates, or world coordinates, to a noise texture, and use the output of the noise texture as the alpha of the interpolator.