🏠 New in Low Baseline Support: Gradient interpolation

June 11, 2024

caniuse · mdn · spec

Gradient interpolation controls how the colors between gradient stops are calculated in CSS. For example, linear-gradient(to right in oklch longer hue, red, red); calculates in the oklch color space, with the hue going all the way around the hue circle from red back to red.

Source features