{
  "$schema": "https://designlang.app/schemas/gradients.json",
  "source": "https://spotify.com",
  "generated": "2026-05-21T11:46:57.242Z",
  "count": 3,
  "gradients": [
    {
      "raw": "linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgb(42, 42, 42) 10%, rgb(42, 42, 42) 90%, rgba(0, 0, 0, 0) 100%)",
      "type": "linear",
      "direction": "to right",
      "stops": [
        {
          "color": "rgba(0, 0, 0, 0)",
          "position": "0px"
        },
        {
          "color": "rgb(42, 42, 42)",
          "position": "10%"
        },
        {
          "color": "rgb(42, 42, 42)",
          "position": "90%"
        },
        {
          "color": "rgba(0, 0, 0, 0)",
          "position": "100%"
        }
      ],
      "classification": "bold"
    },
    {
      "raw": "linear-gradient(90deg, rgb(175, 40, 150), rgb(80, 155, 245))",
      "type": "linear",
      "direction": "90deg",
      "stops": [
        {
          "color": "rgb(175, 40, 150)",
          "position": null
        },
        {
          "color": "rgb(80, 155, 245)",
          "position": null
        }
      ],
      "classification": "brand"
    },
    {
      "raw": "linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgb(18, 18, 18) 100%)",
      "type": "linear",
      "direction": null,
      "stops": [
        {
          "color": "rgba(0, 0, 0, 0.6)",
          "position": "0%"
        },
        {
          "color": "rgb(18, 18, 18)",
          "position": "100%"
        }
      ],
      "classification": "brand"
    }
  ]
}