Please enhance the HeatmapColor function with user defined colors to enable sequential color palettes

I suggest to implement the following feature:

Please enhance the HeatmapColor function with user defined colors to enable sequential color palettes

A typical use case might be:

HeatmapColor() function currently uses these colors

1=LL.Color.Black (0)
2=LL.Color.Blue (16711680)
3=LL.Color.Cyan (16776960)
4=LL.Color.Lime (65280)
5=LL.Color.Yellow (65535)
6=LL.Color.Red (255)
7=LL.Color.White (16777215)

I found no information about changing the baked in colors. Setting them to a sequential color palette allows me to use the heatmap() function in showing values depending on how far they are away from a base value.