colorSchemeMap = new Map([
['BuGn', ['#edf8fb', '#b2e2e2', '#66c2a4', '#2ca25f', '#006d2c']],
['BuPu', ['#edf8fb', '#b3cde3', '#8c96c6', '#8856a7', '#810f7c']],
['GnBu', ['#f0f9e8', '#bae4bc', '#7bccc4', '#43a2ca', '#0868ac']],
['OrRd', ['#fef0d9', '#fdcc8a', '#fc8d59', '#e34a33', '#b30000']],
['PuBu', ['#f1eef6', '#bdc9e1', '#74a9cf', '#2b8cbe', '#045a8d']],
['PuBuGn', ['#f6eff7', '#bdc9e1', '#67a9cf', '#1c9099', '#016c59']],
['RdPu', ['#feebe2', '#fbb4b9', '#f768a1', '#c51b8a', '#7a0177']],
['YlOrRd', ['#ffffb2', '#fecc5c', '#fd8d3c', '#f03b20', '#bd0026']],
['YlGnBu', ['#ffffcc', '#a1dab4', '#41b6c4', '#2c7fb8', '#253494']]
])