In my app I use Stylus functions to create some color styles that are modified versions of other colors. Examples: desaturate($blue-500, 50%) or shade($accent-bg-color,25%)
I set up Figma variables for the base colors. I think I can mimic lighten/darken effects in color styles that are based on variables. But is there a way to mimic a partial desaturation in a color style that is linked to a variable, or even just on a layer that uses the color variable? Iād love to be able to include these dynamic colors in the Figma library so that if we change variables the color functions update automatically as they do in our CSS.
Thanks for any help!