Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Dec 21, 2021. It is now read-only.
This repository was archived by the owner on Dec 21, 2021. It is now read-only.
There was an error while loading. Please reload this page.
Right now,
lab()andlch()are converted torgb()colors, which per-spec is restricted to the sRGB gamut. Safari supports thecolor(display-p3 r g b)notation from CSS Color 4, which can access the entire P3 gamut. Please consider transpiling to both and using the cascade (or@supports) to utilize the one the browser supports. You can find conversion math in https://css.land/lch