{
  "$schema": "https://designlang.app/schemas/gradients.json",
  "source": "https://discord.com",
  "generated": "2026-06-25T08:27:03.317Z",
  "count": 2,
  "gradients": [
    {
      "raw": "linear-gradient(rgba(88, 101, 242, 0) 43%, rgb(88, 101, 242) 77%)",
      "type": "linear",
      "direction": null,
      "stops": [
        {
          "color": "rgba(88, 101, 242, 0)",
          "position": "43%"
        },
        {
          "color": "rgb(88, 101, 242)",
          "position": "77%"
        }
      ],
      "classification": "brand"
    },
    {
      "raw": "linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.12) 12%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.08) 83%, rgba(255, 255, 255, 0.2))",
      "type": "linear",
      "direction": "135deg",
      "stops": [
        {
          "color": "rgba(255, 255, 255, 0.2)",
          "position": null
        },
        {
          "color": "rgba(255, 255, 255, 0.12)",
          "position": "12%"
        },
        {
          "color": "rgba(255, 255, 255, 0.04)",
          "position": "50%"
        },
        {
          "color": "rgba(255, 255, 255, 0.08)",
          "position": "83%"
        },
        {
          "color": "rgba(255, 255, 255, 0.2)",
          "position": null
        }
      ],
      "classification": "complex"
    }
  ]
}