# M Palette

> Generate a full 50-950 shade palette from a single hex color. 11 perceptually uniform shades via HSL interpolation.

- Skill: `dragoon0x/m-palette` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dragoon0x/m-palette`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dragoon0x/m-palette/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: dragoon0x (https://skillmd.com/u/dragoon0x)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dragoon0x/m-palette

---

# /m-palette — Palette Generator
Given one hex:\n1. Map to 500 stop\n2. Generate lighter stops (50-400): increase lightness, decrease saturation\n3. Generate darker stops (600-950): decrease lightness, shift hue toward blue\n4. 50 = near-white with hue tint, 950 = near-black with hue tint\n\nAlso generate a tinted neutral palette (gray with brand hue at 6% saturation).\n\nOutput CSS custom properties and contrast ratios against white/black.

