{
  "name": "QRTada",
  "source": "https://qrtada.com",
  "colors": [
    {
      "id": "raspberry",
      "name": "Raspberry",
      "usage": "Action color: primary buttons, active links, focus.",
      "hex": "#C1195C",
      "rgb": "rgb(193, 25, 92)",
      "oklch": "oklch(0.53 0.2 5)",
      "token": "--color-primary-600"
    },
    {
      "id": "raspberryDeep",
      "name": "Deep raspberry",
      "usage": "Hover on actions, always darker than raspberry.",
      "hex": "#A5004A",
      "rgb": "rgb(165, 0, 74)",
      "oklch": "oklch(0.46 0.19 5)",
      "token": "--color-primary-700"
    },
    {
      "id": "raspberryLight",
      "name": "Light raspberry",
      "usage": "Action color on dark backgrounds.",
      "hex": "#F97096",
      "rgb": "rgb(249, 112, 150)",
      "oklch": "oklch(0.72 0.17 5)",
      "token": "--color-primary-400"
    },
    {
      "id": "ink",
      "name": "Ink",
      "usage": "Text, logo on light backgrounds, dark surfaces.",
      "hex": "#191928",
      "rgb": "rgb(25, 25, 40)",
      "oklch": "oklch(0.22 0.03 285)",
      "token": "--color-neutral-900"
    },
    {
      "id": "saffron",
      "name": "Saffron",
      "usage": "“Tada” star, as a flat fill only, never as text on a light background.",
      "hex": "#FAC131",
      "rgb": "rgb(250, 193, 49)",
      "oklch": "oklch(0.84 0.16 85)",
      "token": "--color-accent"
    },
    {
      "id": "night",
      "name": "Night",
      "usage": "Dark theme background.",
      "hex": "#0D0C1B",
      "rgb": "rgb(13, 12, 27)",
      "oklch": "oklch(0.165 0.03 285)",
      "token": "--color-neutral-950"
    },
    {
      "id": "mist",
      "name": "Mist",
      "usage": "Page background in the light theme.",
      "hex": "#F7F7FB",
      "rgb": "rgb(247, 247, 251)",
      "oklch": "oklch(0.978 0.005 285)",
      "token": "--color-neutral-50"
    },
    {
      "id": "paper",
      "name": "Paper",
      "usage": "Light surfaces, app icon background.",
      "hex": "#FDFDFF",
      "rgb": "rgb(253, 253, 255)",
      "oklch": "oklch(0.995 0.003 285)",
      "token": "--color-neutral-0"
    }
  ]
}
