{
  "name": "Lithi Brand Palette",
  "version": "1.0.0",
  "description": "Official color tokens for Lithi (lithi.ai). Source: src/styles/tokens.css. Use Primary for CTAs/links, Indigo for chip accents and icons, Lilac for gradient endpoints.",
  "colors": [
    { "name": "Primary",  "hex": "#0E66FF", "rgb": [14, 102, 255],   "usage": "CTAs, links, micro labels" },
    { "name": "Indigo",   "hex": "#6366F1", "rgb": [99, 102, 241],   "usage": "Chip accents, icons (NOT #0E66FF)" },
    { "name": "Lilac",    "hex": "#6B5BD6", "rgb": [107, 91, 214],   "usage": "Gradient endpoints" },
    { "name": "Success",  "hex": "#17C964", "rgb": [23, 201, 100],   "usage": "Badges, growth indicators" },
    { "name": "Ink 900",  "hex": "#0F172A", "rgb": [15, 23, 42],     "usage": "Headlines" },
    { "name": "Ink 600",  "hex": "#64748B", "rgb": [100, 116, 139],  "usage": "Body copy" },
    { "name": "Ink 400",  "hex": "#94A3B8", "rgb": [148, 163, 184],  "usage": "Captions, helper text" },
    { "name": "Clay",     "hex": "#F4F1EE", "rgb": [244, 241, 238],  "usage": "Marketing canvas background" },
    { "name": "White",    "hex": "#FFFFFF", "rgb": [255, 255, 255],  "usage": "Surface, contrast" },
    { "name": "Black",    "hex": "#000000", "rgb": [0, 0, 0],        "usage": "Mono variants only" }
  ]
}
