The dashboard's SENSOR_COLORS are generic blues and purples that aren't in the token ramp, so a multi-probe chart reads as a different palette than the rest of Sprout. Swap them for a sanctioned categorical set drawn from the band ramp — one palette, end to end.
// Sprout series palette — a sanctioned categorical set from the band ramp. // wet · ideal · predicted · drying · saturated · dry (chanColor() stays as-is) const SENSOR_COLORS = ['#17B6C4','#8BD24F','#7C5CFF','#F5A623','#0E7A86','#E8703A'];