[
  {
    "name": "Ink",
    "hex": "#09090B",
    "rgb": [
      9,
      9,
      11
    ],
    "description": "Birincil siyah — başlıklar, gövde, buton arka planı"
  },
  {
    "name": "Paper",
    "hex": "#FFFFFF",
    "rgb": [
      255,
      255,
      255
    ],
    "description": "Beyaz arka plan — açık tema"
  },
  {
    "name": "Blue",
    "hex": "#3B82F6",
    "rgb": [
      59,
      130,
      246
    ],
    "description": "Marka mavisi — accent, link, vurgu"
  },
  {
    "name": "Pink",
    "hex": "#EC4899",
    "rgb": [
      236,
      72,
      153
    ],
    "description": "Gradyan ikinci durak — accent fade"
  },
  {
    "name": "Green",
    "hex": "#10B981",
    "rgb": [
      16,
      185,
      129
    ],
    "description": "MailDrop ürün accent'i"
  },
  {
    "name": "Gray Line",
    "hex": "#E4E4E7",
    "rgb": [
      228,
      228,
      231
    ],
    "description": "Hairline ve çerçeveler"
  },
  {
    "name": "Gray Text",
    "hex": "#3F3F46",
    "rgb": [
      63,
      63,
      70
    ],
    "description": "İkincil gövde metni"
  },
  {
    "name": "Gray Muted",
    "hex": "#71717A",
    "rgb": [
      113,
      113,
      122
    ],
    "description": "Yardımcı / placeholder metin"
  }
]