{
  "$schema": "https://designlang.app/schemas/gradients.json",
  "source": "https://postman.com",
  "generated": "2026-06-25T08:29:28.872Z",
  "count": 6,
  "gradients": [
    {
      "raw": "linear-gradient(99deg, rgb(255, 204, 252) 0%, rgba(207, 207, 207, 0) 100%)",
      "type": "linear",
      "direction": "99deg",
      "stops": [
        {
          "color": "rgb(255, 204, 252)",
          "position": "0%"
        },
        {
          "color": "rgba(207, 207, 207, 0)",
          "position": "100%"
        }
      ],
      "classification": "brand"
    },
    {
      "raw": "linear-gradient(275deg, rgba(161, 161, 161, 0) 0%, rgba(255, 108, 55, 0.2) 100%)",
      "type": "linear",
      "direction": "275deg",
      "stops": [
        {
          "color": "rgba(161, 161, 161, 0)",
          "position": "0%"
        },
        {
          "color": "rgba(255, 108, 55, 0.2)",
          "position": "100%"
        }
      ],
      "classification": "brand"
    },
    {
      "raw": "linear-gradient(275deg, rgba(207, 207, 207, 0) 0%, rgba(255, 216, 117, 0.2) 100%)",
      "type": "linear",
      "direction": "275deg",
      "stops": [
        {
          "color": "rgba(207, 207, 207, 0)",
          "position": "0%"
        },
        {
          "color": "rgba(255, 216, 117, 0.2)",
          "position": "100%"
        }
      ],
      "classification": "brand"
    },
    {
      "raw": "linear-gradient(275deg, rgba(207, 207, 207, 0) 0%, rgba(179, 135, 245, 0.2) 100%)",
      "type": "linear",
      "direction": "275deg",
      "stops": [
        {
          "color": "rgba(207, 207, 207, 0)",
          "position": "0%"
        },
        {
          "color": "rgba(179, 135, 245, 0.2)",
          "position": "100%"
        }
      ],
      "classification": "brand"
    },
    {
      "raw": "linear-gradient(9.34deg, rgb(20, 11, 30) 0%, rgb(20, 11, 30) 70%, rgb(73, 21, 145) 85%, rgb(130, 44, 102) 92%, rgb(224, 83, 31) 100%)",
      "type": "linear",
      "direction": "9.34deg",
      "stops": [
        {
          "color": "rgb(20, 11, 30)",
          "position": "0%"
        },
        {
          "color": "rgb(20, 11, 30)",
          "position": "70%"
        },
        {
          "color": "rgb(73, 21, 145)",
          "position": "85%"
        },
        {
          "color": "rgb(130, 44, 102)",
          "position": "92%"
        },
        {
          "color": "rgb(224, 83, 31)",
          "position": "100%"
        }
      ],
      "classification": "complex"
    },
    {
      "raw": "linear-gradient(353deg, rgb(255, 111, 57) 13.05%, rgb(179, 135, 245) 125.14%)",
      "type": "linear",
      "direction": "353deg",
      "stops": [
        {
          "color": "rgb(255, 111, 57)",
          "position": "13.05%"
        },
        {
          "color": "rgb(179, 135, 245)",
          "position": "125.14%"
        }
      ],
      "classification": "brand"
    }
  ]
}