·rampa-colors
</>

rampa-colors

basiclines/rampa-studio

Generate mathematically accurate color palettes using OKLCH color space. Use when creating design systems, color ramps, accessible palettes, CSS variables for themes, or when user asks about color generation.

4Installs·0Trend·@basiclines

Installation

$npx skills add https://github.com/basiclines/rampa-studio --skill rampa-colors

SKILL.md

Generate perceptually uniform color palettes from a base color using the OKLCH color space.

| --color | -C | Required. Base color (hex, rgb, hsl, or named) | - | | --size | - | Number of colors in palette | 10 | | --output | -O | Output format: text, json, css | text | | --format | -F | Color format: hex, rgb, hsl, oklch | hex | | --name | - | Palette name (for CSS/JSON output) | base | | --lightness | -L | Lightness range (e.g., 15:95) | 0:100 |

| --saturation | -S | Saturation range (e.g., 100:20) | 100:0 | | --hue | -H | Hue shift range (e.g., -10:10) | -10:10 | | --lightness-scale | - | Distribution scale for lightness | linear | | --saturation-scale | - | Distribution scale for saturation | linear | | --hue-scale | - | Distribution scale for hue | linear | | --add | - | Add harmony ramp | - |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/basiclines/rampa-studio --skill rampa-colors
Category
</>Dev Tools
Verified
First Seen
2026-02-05
Updated
2026-02-18

Quick answers

What is rampa-colors?

Generate mathematically accurate color palettes using OKLCH color space. Use when creating design systems, color ramps, accessible palettes, CSS variables for themes, or when user asks about color generation. Source: basiclines/rampa-studio.

How do I install rampa-colors?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/basiclines/rampa-studio --skill rampa-colors Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/basiclines/rampa-studio