Install
openclaw skills install @fize/color-systemComprehensive multi-domain color design system — covering both digital product UI (semantic CSS color tokens, dark/light mode, WCAG AA contrast) and graphic/print design (CMYK/Pantone specs, print paper absorption & spot colors, 60-30-10 harmony rules, emotional poster & packaging palettes). Use when: configuring color tokens, generating tokens.css, designing dark/light mode palettes, or determining CMYK/Pantone colors for graphic, poster, and packaging print materials. Keywords: color system, 色彩系统, 配色方案, color tokens, dark mode, light mode, 平面设计配色, 印刷色彩, CMYK, Pantone, 包装配色, 海报配色.
openclaw skills install @fize/color-systemComprehensive color design system governing both digital product interfaces (Web/App tokens & theming) and graphic/print media (CMYK/Pantone & prepress standards).
This skill operates across two specialized domains depending on the user's medium:
┌─────────────────────────┐
│ color-system │
│ Multi-Domain Color Core │
└────────────┬────────────┘
│
┌─────────────────────────┴─────────────────────────┐
▼ ▼
┌─────────────────────────────────┐ ┌─────────────────────────────────┐
│ Domain 1: Digital UI & Tokens │ │ Domain 2: Graphic & Print Media │
│ • Semantic CSS vars (tokens.css)│ │ • CMYK (FOGRA39) & Pantone Spot │
│ • Auto Light/Dark mode switching│ │ • 60-30-10 Rule & Emotion Matrix│
│ • WCAG AA (≥4.5:1 / ≥3:1) check │ │ • Pure K100 vs Rich Black (TIC) │
│ • 5 Curated Palettes + Custom │ │ • Substrate dot gain absorption │
└─────────────────────────────────┘ └─────────────────────────────────┘
This track produces production-ready CSS token blocks (tokens.css) containing semantic variables with automatic dark-mode adaptation.
assets/tokens-template.css — base CSS template with light/dark scaffolding.references/palettes.md — curated digital palette catalog with all 5 systems' light and dark values.| Keyword | Name | Vibe | Best for |
|---|---|---|---|
neutral | Neutral Modern | Clean, safe, neutral | General products, dashboards, B2B tools |
linear | Linear Dark | Dark-native, precision engineering | Developer tools, SaaS, data-dense UIs |
claude | Claude Warm | Warm parchment, literary, human | AI products, content platforms, editorial |
cursor | Cursor Code | Warm light, code-editor aesthetic | Developer tools, IDEs, technical products |
lovable | Lovable Pop | Creamy, playful, low-barrier | No-code tools, creative apps, onboarding |
custom | Custom | Derived from your base color | Brand-specific needs, experiments |
warm / cool / neutral).references/palettes.md for curated palettes.:root block for default light-mode values.@media (prefers-color-scheme: dark) and .dark block for dark-mode overrides.| Token | Role |
|---|---|
--bg | Page canvas |
--surface | Elevated cards, panels |
--surface-warm | Tertiary surface tier (buttons, prominent interactive) |
--fg | Primary text |
--fg-2 | Secondary emphasis text |
--muted | Placeholders, metadata |
--meta | Tertiary text, footnotes |
--border | Standard borders |
--border-soft | Subtle dividers |
--accent | Primary CTA, links, brand moments |
--accent-on | Text on accent background |
--accent-hover | Hover state for accent elements |
--accent-active | Active/pressed state |
--success / --warn / --danger | Semantic state feedback |
This track provides physical media color standards, converting visual concepts into accurate CMYK formulas, Pantone spot colors, and print prepress parameters.
references/graphic-print-color.md — deep-dive guide on gamut conversion, black ink rules, paper substrates, and industry mood matrices.Formula Guide Coated/Uncoated).C:0 M:0 Y:0 K:100. Never use four-color rich black for fine text.C:30 M:20 Y:20 K:100 or C:40 M:30 Y:0 K:100). Total Ink Coverage (TIC) must remain ≤ 300% to prevent drying defects and offset smearing.白墨打底).When delivering a color system for posters, brochures, packaging, or brand VI collateral, output the following structured specification:
### [Palette Name] Print & Graphic Color Specification
| Role | Color Name | HEX / RGB | CMYK (FOGRA39) | Pantone Spot | Substrate & Application Notes |
|---|---|---|---|---|---|
| Dominant (60%) | [Name] | `#HEX` / `R,G,B` | `C:__ M:__ Y:__ K:__` | `PANTONE ___ C/U` | Canvas / background cardstock; check paper tone |
| Secondary (30%) | [Name] | `#HEX` / `R,G,B` | `C:__ M:__ Y:__ K:__` | `PANTONE ___ C/U` | Primary headline typography & structural graphics |
| Accent (10%) | [Name] | `#HEX` / `R,G,B` | `C:__ M:__ Y:__ K:__` | `PANTONE ___ C/U` | Focal hook, brand badge, hot foil / spot UV plate |
| Body Text Black | Standard Black | `#000000` / `0,0,0` | `C:0 M:0 Y:0 K:100` | — | Text ≤24pt, barcodes; strictly no rich black mixing |