Mix colors directly in CSS with color-mix() ๐จ
Blend two colors in any color space, no JavaScript or preprocessors needed.
color-mix(in oklch, red 30%, blue)
Supports sRGB, HSL, HWB, LCH, OKLCH, and more.
Learn more ๐
https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/color-mix
