Color in vega map visualization

Play with the below to get what you want.

      "domain": [0, 10000000],
      "range": {"scheme": "blues", "count": 7}

So domain is 0 to enter the max number you want. Then that will divide into 7 colors in the blues scheme.

Change the 10000000 to the max number you think will be generated. Then change the 7 to increase/decrease the categories.