An interesting issue is that it's currently impossible to pick the direction of the hue rotation, so if your start and end colors are one opposite sides of the hue circle this tool will go "the long way around". Great for rainbows, not so great if you want to go from orange to purple over red.
This is why I much prefer the Lab color space over HSV or HSL— it's much better suited to interpolation and mixing. The critical properties are: * It's a vector space, so mixing colors means mathematically mixing the components. There is no polar angle that can "go around the wrong way", or suddenly cause the interpolation to change when one color coordinate crosses zero degrees. * It's perceptually uniform, so that…
The main advantage of mathematically derived and absolutete color models like Lab is that they can't be protected by copyright. There is an intiative that tries to be an alternative to Pantone in that market: https://www.freiefarbe.de/en/
There's an also an interesting lecture on YT: https://youtube.com/watch?v=JAR6zDkboJU
Here some more infor about color circles and systems: https://www.handprint.com/HP/WCL/vismixmap.html