{
  "$schema": "https://designlang.app/schemas/gradients.json",
  "source": "https://notion.so",
  "generated": "2026-05-21T11:47:01.486Z",
  "count": 1,
  "gradients": [
    {
      "raw": "linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255))",
      "type": "linear",
      "direction": null,
      "stops": [
        {
          "color": "rgba(255, 255, 255, 0)",
          "position": null
        },
        {
          "color": "rgb(255, 255, 255)",
          "position": null
        }
      ],
      "classification": "brand"
    }
  ]
}