| name | pastel |
| description | Use this skill when the user wants to generate, analyze, convert, or manipulate colors, create color gradients, or colorize text in the terminal. |
pastel Plugin
A command-line tool to generate, analyze, convert and manipulate colors. Supports color spaces, composition, and various color operations.
Commands
Color Operations
pastel color pick — Pick a color from the terminal
pastel color mix — Mix colors together
pastel color paint — Paint text with color
pastel color gradient — Generate color gradient
pastel color random — Generate random color
pastel color text — Colorize text
Utility
pastel _ _ — Passthrough to pastel CLI
Usage Examples
- "Convert this color to hex"
- "Mix these colors together"
- "Generate a color gradient"
- "Colorize this text"
- "Pick a random color"
Installation
brew install pastel
Or via Cargo:
cargo install pastel
Examples
pastel color pick
pastel color mix red blue
pastel color mix
pastel color paint red "Hello World"
pastel color pick
pastel color gradient red blue
pastel color gradient
pastel color random
pastel color text
pastel color text --color red
pastel color pick rgb(255, 87, 51)
pastel color pick hsl(9, 100%, 60%)
pastel _ _ mix yellow green
pastel _ _ gradient red orange yellow