1. LCH and Lab color values

    The `lch()` and `lab()` color functions are based on the CIE LAB color space, representing colors in a way that closely matches human perception and provides access to a wider spectrum of colors than offered by the usual RGB color space.

  2. types: <color>: `lab()` (lab color model): mix `<percentage>` and `<number>` in parameters

  3. types: <color>: `lab()` (lab color model): relative lab colors

  4. types: <color>: `oklab()` (oklab color model)

  5. types: <color>: `oklab()` (oklab color model): mix `<percentage>` and `<number>` in parameters

  6. types: <color>: `oklab()` (oklab color model): relative oklab colors