A demonstration of the same gradient defined as a light blue to fuschia gradient, with 5 different color interpolation methods. From left to right, srgb, which kind of muddies the blended colours in the middle to a light pastel purple, lch, which moves seems to move to the blue colour quicker, not creating the purple muddiness, oklch, which does move through the purple but in a more subtle way, oklab, which remains more pink than anything, and hsl, which adds a very dark almost internet blue at the centre of the gradient
we don't talk enough about how cool the color-interpolation-method is in CSS gradients
all of these slices have the same gradient:
linear-gradient(#00ffff 0%, #ff00ff 100%)
each one is just using a different colour interpolation