0

Is there a way to use the equivalent of Sass color functions, like lighten and darken, to create color swatches in Sketch.app?

For example, original color #02284B

with Sass, I can use darken(#02284B, 2%); which will render as #022341

Is there an extension or technique for translating Sass color functions to the Sketch color settings?

rolfsf
  • 1,853
  • 3
  • 24
  • 34

1 Answers1

0

Have a look at mfouquet/Darken-Lighten-Colors. If that’s not powerful enough check out CSSketch.

mzdr
  • 408
  • 3
  • 12