Post #2740560
2026-05-04 11:05 UTC
@wbrowar@hachyderm.io Great article!
Regarding color pickers and extended color spaces:
There’s a `colorspace` attribute that’s supported in Safari (and Firefox Nightly).
It’s considered experimental right now, but since you stated you’re using Safari only anyways you might give it a try for the color settings admin section.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input/color#colorspace
Replies (1)
-
@wbrowar@hachyderm.io 2026-05-04 13:34
@mvsde@mastodon.social thank you! I’ll keep an eye on `colorspace` because that’s exactly what I was looking for. I saw a few web component color pickers that support extended color pallets, but it would be very nice to have it through the browser.