{
  "brand": "Lawckin",
  "note": "Primary palette from the Lawckin design tokens (light theme). HSL values are the source of truth; hex values are derived.",
  "colors": [
    { "name": "Primary Blue", "usage": "Logo, buttons, links", "hex": "#326AEC", "hsl": "hsl(222, 83%, 56%)" },
    { "name": "Primary Foreground", "usage": "Text on primary blue", "hex": "#FFFFFF", "hsl": "hsl(0, 0%, 100%)" },
    { "name": "Background", "usage": "Page background", "hex": "#F8F9FC", "hsl": "hsl(220, 33%, 98%)" },
    { "name": "Secondary", "usage": "Subtle fills, secondary surfaces", "hex": "#EBF1FA", "hsl": "hsl(215, 60%, 95%)" },
    { "name": "Accent", "usage": "Highlights, informational accents", "hex": "#D9F6FC", "hsl": "hsl(190, 84%, 92%)" },
    { "name": "Ink", "usage": "Headings and body text on light surfaces", "hex": "#253356", "hsl": "hsl(222, 40%, 24%)" }
  ]
}
