Gradient interpolation (and any future color-mix utilities) should be using the Oklab colour space.
https://play.tailwindcss.com/B5DPkOnhjl
You'll generally want the uniform colour space (Oklab) for mixing/interpolating between colours, and the cylindrical colour space (Oklch) for modifying the lightness/chroma/hue of individual colours.

Gradient interpolation (and any future
color-mixutilities) should be using the Oklab colour space.https://play.tailwindcss.com/B5DPkOnhjl
You'll generally want the uniform colour space (Oklab) for mixing/interpolating between colours, and the cylindrical colour space (Oklch) for modifying the lightness/chroma/hue of individual colours.