I'm surprised that CSS Variables wasn't on the list. It's helpful to avoid problems like the one mentioned here… Universal color swapping?
Basically, what if I want to use the Photics Blue color… #4080bb …I could enter it in a central place, then simply select it from a list whenever I want to use that color. If for some reason that color changes, then I can just change the value in a central location.
It's pretty easy to do this with just CSS, which is probably why I didn't add it before. But now that I think about it, maybe people don't want to do it with CSS code. Maybe they just want a pretty interface.
This is also if you want to better control Dark mode styling. Although, there's something new for that… light-dark
This is something the web.dev blog refers to as “Baseline”, as the browser support is pretty good.
- CSS color-scheme-dependent colors with light-dark() | Articles | web.dev
- "light-dark" | Can I use... Support tables for HTML5, CSS3, etc
Although, I suspect Tumult might want to do something more reliable if they're going to add Light/Dark styling.