design-system/colors.json
design-system/colors.jsonBrowse 11 files
1,474 tokens
4,341 bytes
Token encoding: o200k_base
Snapshot 24fd22b
← Back to SKILL.md
1{2 "schema_version": 1,3 "substrates": [4 {"id": "substrate_neutral_white", "name": "Neutral White", "hex": "#FAFAF7", "role": "substrate", "counts_as_ink": false, "use_for": ["contemporary editorial", "culture", "events", "social", "image-led color"]},5 {"id": "substrate_cool_gray", "name": "Cool Gray", "hex": "#E9E9E5", "role": "substrate", "counts_as_ink": false, "use_for": ["architecture", "technology", "charcoal-led systems", "restrained branding"]},6 {"id": "substrate_pale_beige", "name": "Pale Beige", "hex": "#F5F1E8", "role": "substrate", "counts_as_ink": false, "use_for": ["tactile", "food", "travel", "intimate", "archive", "explicit nostalgia"]}7 ],8 "defaults": {9 "substrate_id": "substrate_neutral_white",10 "style_direction": "contemporary editorial",11 "palette_id": "palette_cobalt_terracotta",12 "mode": "controlled two-ink",13 "dominant_percent": [70, 85],14 "accent_percent": [15, 30],15 "one_ink_when": ["explicit one-ink request", "explicit monochrome request", "one named ink without a second color"]16 },17 "inks": [18 {"id": "ink_cobalt", "name": "Cobalt", "hex": "#2148B8", "moods": ["knowledge", "city", "music", "culture"]},19 {"id": "ink_royal_blue", "name": "Royal Blue", "hex": "#2058D4", "moods": ["youth", "fashion", "movement"]},20 {"id": "ink_botanical_green", "name": "Botanical Green", "hex": "#008A4B", "moods": ["botanical", "ecology", "archive"]},21 {"id": "ink_mint_green", "name": "Mint Green", "hex": "#5EB783", "moods": ["observation", "nature", "quiet"]},22 {"id": "ink_terracotta", "name": "Terracotta Orange", "hex": "#C65F38", "moods": ["travel", "summer", "food", "tactile"]},23 {"id": "ink_signal_red", "name": "Signal Red", "hex": "#C83232", "moods": ["declaration", "music", "event", "civic"]},24 {"id": "ink_aubergine", "name": "Aubergine", "hex": "#63365F", "moods": ["literature", "cinema", "night", "intimate"]},25 {"id": "ink_charcoal", "name": "Charcoal", "hex": "#30343A", "moods": ["architecture", "photography", "research"]},26 {"id": "ink_powder_blue", "name": "Powder Blue", "hex": "#9EB8D3", "moods": ["guide", "information"]},27 {"id": "ink_oxblood", "name": "Oxblood", "hex": "#8F3434", "moods": ["bookstore", "archive", "natural wine"]},28 {"id": "ink_electric_blue", "name": "Electric Blue", "hex": "#173AE3", "moods": ["culture", "contrast"]},29 {"id": "ink_carbon", "name": "Carbon", "hex": "#242321", "moods": ["culture", "image-led"]},30 {"id": "ink_mint_charcoal", "name": "Warm Charcoal", "hex": "#302D2E", "moods": ["journal", "essay"]},31 {"id": "ink_ultramarine", "name": "Ultramarine", "hex": "#263E99", "moods": ["movement", "urban", "youth"]},32 {"id": "ink_safety_orange", "name": "Safety Orange", "hex": "#E55D2B", "moods": ["movement", "object", "urban"]},33 {"id": "ink_cyan", "name": "Cyan", "hex": "#159DDA", "moods": ["product", "playful", "exhibition"]},34 {"id": "ink_brick_red", "name": "Brick Red", "hex": "#B64032", "moods": ["product", "playful", "exhibition"]},35 {"id": "ink_tangerine", "name": "Tangerine", "hex": "#E46C2D", "moods": ["market", "festival", "notice"]},36 {"id": "ink_slate_blue", "name": "Slate Blue", "hex": "#4773A5", "moods": ["market", "festival", "notice"]}37 ],38 "palettes": [39 {"id": "palette_cobalt", "mode": "pure one-ink", "ink_ids": ["ink_cobalt"]},40 {"id": "palette_terracotta", "mode": "pure one-ink", "ink_ids": ["ink_terracotta"]},41 {"id": "palette_signal_red", "mode": "pure one-ink", "ink_ids": ["ink_signal_red"]},42 {"id": "palette_aubergine", "mode": "pure one-ink", "ink_ids": ["ink_aubergine"]},43 {"id": "palette_charcoal_signal_red", "mode": "chromatic + black", "ink_ids": ["ink_charcoal", "ink_signal_red"]},44 {"id": "palette_cobalt_terracotta", "mode": "complementary duotone", "ink_ids": ["ink_cobalt", "ink_terracotta"]},45 {"id": "palette_ultramarine_safety_orange", "mode": "overprint duotone", "ink_ids": ["ink_ultramarine", "ink_safety_orange"]},46 {"id": "palette_botanical_oxblood", "mode": "complementary duotone", "ink_ids": ["ink_botanical_green", "ink_oxblood"]},47 {"id": "palette_cyan_brick_red", "mode": "overprint duotone", "ink_ids": ["ink_cyan", "ink_brick_red"]},48 {"id": "palette_mint_charcoal", "mode": "chromatic + black", "ink_ids": ["ink_mint_green", "ink_mint_charcoal"]}49 ]50}51 Referenced from SKILL.md
SKILL.mdView in source ↗
Source excerpt starting at line 46.SKILL.mdView in source ↗46|---|---|47| `design-system/colors.json` | Substrate IDs + exact hex, one-ink palette, approved two-ink pairs |48| `design-system/compositions.json` | Layout-family IDs and geometry |
Source excerpt starting at line 80.80 carrier: <one carrier ID from design-system/carriers.json or none>81 substrate: <one substrate ID and exact hex from design-system/colors.json>82 mode: <pure one-ink, chromatic + black, complementary duotone, or overprint duotone>83 palette: <one palette ID from design-system/colors.json>84 inks: <the palette's named ink or approved pair with exact hex values>