Elevation Ramp material for geometry instances

I think you might need to write your own shader to do that, where you’d pass the world position from the vertex shader, and use it in the fragment shader to set the color. There’s some info/examples on the forum about using custom shaders with Cesium. Here’s a good place to start: https://cesiumjs.org/tutorials/Geometry-and-Appearances/