Can you add text gradients?

hey everyone!
a bit of a rare use case here,

so it’s possible to create linear/radial background in Plasmic,

is it possible to add a background-clip/inline CSS to create a gradient text effect?
https://css-tricks.com/snippets/css/gradient-text/

Yes! It’s a bit buried, but you can already do this (we do it on the website project for instance):

  1. Set a background gradient and (in that gradient modal) check the box enabling text clipping
  2. Set text color to transparent

dangggg, this works, thanks!!