{
  "$schema": "https://designlang.app/schemas/gradients.json",
  "source": "https://sentry.io",
  "generated": "2026-06-25T08:30:25.845Z",
  "count": 8,
  "gradients": [
    {
      "raw": "linear-gradient(120deg, rgb(200, 56, 82), rgb(180, 64, 146), rgb(106, 95, 193) 50%, rgb(69, 38, 80) 55%, rgb(69, 38, 80) 100%)",
      "type": "linear",
      "direction": "120deg",
      "stops": [
        {
          "color": "rgb(200, 56, 82)",
          "position": null
        },
        {
          "color": "rgb(180, 64, 146)",
          "position": null
        },
        {
          "color": "rgb(106, 95, 193)",
          "position": "50%"
        },
        {
          "color": "rgb(69, 38, 80)",
          "position": "55%"
        },
        {
          "color": "rgb(69, 38, 80)",
          "position": "100%"
        }
      ],
      "classification": "complex"
    },
    {
      "raw": "linear-gradient(120deg, rgb(200, 56, 82) 0%, rgb(180, 64, 146) 25%, rgb(106, 95, 193) 50%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%)",
      "type": "linear",
      "direction": "120deg",
      "stops": [
        {
          "color": "rgb(200, 56, 82)",
          "position": "0%"
        },
        {
          "color": "rgb(180, 64, 146)",
          "position": "25%"
        },
        {
          "color": "rgb(106, 95, 193)",
          "position": "50%"
        },
        {
          "color": "rgba(0, 0, 0, 0)",
          "position": "55%"
        },
        {
          "color": "rgba(0, 0, 0, 0)",
          "position": "100%"
        }
      ],
      "classification": "complex"
    },
    {
      "raw": "linear-gradient(120deg, rgb(250, 127, 170), rgb(255, 150, 145), rgb(255, 178, 135) 50%, rgb(255, 255, 255) 55%, rgb(255, 255, 255) 100%)",
      "type": "linear",
      "direction": "120deg",
      "stops": [
        {
          "color": "rgb(250, 127, 170)",
          "position": null
        },
        {
          "color": "rgb(255, 150, 145)",
          "position": null
        },
        {
          "color": "rgb(255, 178, 135)",
          "position": "50%"
        },
        {
          "color": "rgb(255, 255, 255)",
          "position": "55%"
        },
        {
          "color": "rgb(255, 255, 255)",
          "position": "100%"
        }
      ],
      "classification": "complex"
    },
    {
      "raw": "linear-gradient(120deg, rgb(250, 127, 170) 0%, rgb(255, 150, 145) 25%, rgb(255, 178, 135) 50%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%)",
      "type": "linear",
      "direction": "120deg",
      "stops": [
        {
          "color": "rgb(250, 127, 170)",
          "position": "0%"
        },
        {
          "color": "rgb(255, 150, 145)",
          "position": "25%"
        },
        {
          "color": "rgb(255, 178, 135)",
          "position": "50%"
        },
        {
          "color": "rgba(0, 0, 0, 0)",
          "position": "55%"
        },
        {
          "color": "rgba(0, 0, 0, 0)",
          "position": "100%"
        }
      ],
      "classification": "complex"
    },
    {
      "raw": "linear-gradient(rgb(31, 22, 51) 0%, rgb(48, 20, 95) 52.4%, rgb(48, 20, 95) 75%, rgb(48, 20, 95) 100%)",
      "type": "linear",
      "direction": null,
      "stops": [
        {
          "color": "rgb(31, 22, 51)",
          "position": "0%"
        },
        {
          "color": "rgb(48, 20, 95)",
          "position": "52.4%"
        },
        {
          "color": "rgb(48, 20, 95)",
          "position": "75%"
        },
        {
          "color": "rgb(48, 20, 95)",
          "position": "100%"
        }
      ],
      "classification": "bold"
    },
    {
      "raw": "linear-gradient(to right in oklab, rgb(253, 68, 176) 0%, rgb(194, 239, 78) 100%)",
      "type": "linear",
      "direction": "to right in oklab",
      "stops": [
        {
          "color": "rgb(253, 68, 176)",
          "position": "0%"
        },
        {
          "color": "rgb(194, 239, 78)",
          "position": "100%"
        }
      ],
      "classification": "brand"
    },
    {
      "raw": "linear-gradient(in oklab, rgb(253, 68, 176) 0%, rgb(194, 239, 78) 100%)",
      "type": "linear",
      "direction": null,
      "stops": [
        {
          "color": "in oklab",
          "position": null
        },
        {
          "color": "rgb(253, 68, 176)",
          "position": "0%"
        },
        {
          "color": "rgb(194, 239, 78)",
          "position": "100%"
        }
      ],
      "classification": "bold"
    },
    {
      "raw": "radial-gradient(50% 50%, rgba(173, 108, 170, 0.15) 0%, rgb(31, 22, 51) 65%)",
      "type": "radial",
      "direction": null,
      "stops": [
        {
          "color": "",
          "position": "50%"
        },
        {
          "color": "rgba(173, 108, 170, 0.15)",
          "position": "0%"
        },
        {
          "color": "rgb(31, 22, 51)",
          "position": "65%"
        }
      ],
      "classification": "bold"
    }
  ]
}