@lwpembleton The palette is a sequential palette (low-to-high). If it is only important to show the magnitude of the numeric values, then it works really well.
The luminance increases from dark to light approx linearly with the numeric values.
Left: Hue-Chroma-Luminance spectrum. Right: Values vs. luminance. Replication code with #rstats #colorspace in alt text.
However, if the sign of the numeric values matters, then a diverging palette should be used, e.g., hcl.colors(..., "Purple-Green")


