No reviews yetBe the first to leave a review for rangi
Maker
Hello Hunters,
I have been working on this plugin for the past two weeks or so and I am very pleased with how it turned out.
I created it to solve a manual labor problem I had whenever I wanted to generate a bunch of colors(hues), tints, or shades for new projects in Figma.
Here is how it works:
Generating Hues
rangi takes a color input and an interval value. It converts the color to HSL(Hue, Saturation, Light) value and plus or minus the interval value from the H value until it's either greater or equal to 0 or less or equal to 359. The max is set to 359 because some color values would give a black color when they hit 360.
Generating Tints
To generate tints, rangi takes the initial color, converts it to HSL(Hue, Saturation, Light) value adds the interval value to the L value until the L value is less or equal to 100.
Generating Shades
Shades generation is similar to tints generation except instead of adding the interval value to the L value, rangi substracts it until the L value is less or equal to 0.
Let me know if you have any ideas and suggestions for improvements.
Report
@neicore Interesting tool. I'll definitely check it out.
Report
Maker
@iulian_pistol awesome. if you ever get any thoughts about it don't hesitate to hit me up