pastel-gradient
Generate an interpolating sequence of colors
- Provided by: pastel (Version: 0.11.0-1)
- Source: rust-pastel
- Report a bug
Generate an interpolating sequence of colors
pastel gradient [-n|--number] [-s|--colorspace] [-h|--help] <color>
Generate a sequence of colors that interpolates between the specified colors. The interpolation is performed in the specified color space.
Example:
pastel gradient --colorspace=HSL ffffcc fd8d3c
pastel gradient 555ee4 white d84341 -n 15
[possible values: Lab, LCh, RGB, HSL, OkLab]