Interesting. I use it in every single doc I make. Mostly to color button text
_color(“#628dbd”, “text”) is my personal favorite.
The only thing I’ve noticed is that it doesn’t always reliably work on non-text values. So make sure to use toText() if the value you are attempting to Color is a date or something.