-
Polygon mesh gradient with 1 color per polygon
I’d like to apply a gradient to a polygon mesh in such a way that each polygon surface is a single color. Here’s what I have so far:
But as you can see below, each polygon has multiple colors:
Instead, I want the polygons to go something like blue -> pinkish -> red in distinct steps as you move towards the middle. Any ideas on how to accomplish this?

