{
  "$schema": "https://designlang.app/schemas/gradients.json",
  "source": "https://cal.com",
  "generated": "2026-06-25T08:26:30.335Z",
  "count": 4,
  "gradients": [
    {
      "raw": "linear-gradient(rgb(41, 41, 41) 0%, rgb(36, 36, 36) 100%)",
      "type": "linear",
      "direction": null,
      "stops": [
        {
          "color": "rgb(41, 41, 41)",
          "position": "0%"
        },
        {
          "color": "rgb(36, 36, 36)",
          "position": "100%"
        }
      ],
      "classification": "brand"
    },
    {
      "raw": "linear-gradient(rgb(247, 247, 248) 0%, rgb(234, 234, 235) 100%)",
      "type": "linear",
      "direction": null,
      "stops": [
        {
          "color": "rgb(247, 247, 248)",
          "position": "0%"
        },
        {
          "color": "rgb(234, 234, 235)",
          "position": "100%"
        }
      ],
      "classification": "brand"
    },
    {
      "raw": "linear-gradient(rgb(252, 252, 252) 0%, rgb(255, 255, 255) 100%)",
      "type": "linear",
      "direction": null,
      "stops": [
        {
          "color": "rgb(252, 252, 252)",
          "position": "0%"
        },
        {
          "color": "rgb(255, 255, 255)",
          "position": "100%"
        }
      ],
      "classification": "brand"
    },
    {
      "raw": "radial-gradient(50% 50%, rgba(255, 255, 255, 0) 87.1499%, rgb(255, 255, 255) 100%)",
      "type": "radial",
      "direction": null,
      "stops": [
        {
          "color": "",
          "position": "50%"
        },
        {
          "color": "rgba(255, 255, 255, 0)",
          "position": "87.1499%"
        },
        {
          "color": "rgb(255, 255, 255)",
          "position": "100%"
        }
      ],
      "classification": "bold"
    }
  ]
}