{
  "$schema": "https://designlang.app/schemas/gradients.json",
  "source": "https://posthog.com",
  "generated": "2026-06-25T08:30:20.026Z",
  "count": 2,
  "gradients": [
    {
      "raw": "linear-gradient(rgb(255, 241, 213), rgb(218, 224, 235))",
      "type": "linear",
      "direction": null,
      "stops": [
        {
          "color": "rgb(255, 241, 213)",
          "position": null
        },
        {
          "color": "rgb(218, 224, 235)",
          "position": null
        }
      ],
      "classification": "brand"
    },
    {
      "raw": "linear-gradient(90deg, rgb(1, 67, 203), rgb(43, 111, 244) 24.04%, rgb(210, 52, 1) 46.63%, rgb(255, 101, 31) 65.87%, rgb(251, 160, 0) 83.17%, rgb(1, 67, 203))",
      "type": "linear",
      "direction": "90deg",
      "stops": [
        {
          "color": "rgb(1, 67, 203)",
          "position": null
        },
        {
          "color": "rgb(43, 111, 244)",
          "position": "24.04%"
        },
        {
          "color": "rgb(210, 52, 1)",
          "position": "46.63%"
        },
        {
          "color": "rgb(255, 101, 31)",
          "position": "65.87%"
        },
        {
          "color": "rgb(251, 160, 0)",
          "position": "83.17%"
        },
        {
          "color": "rgb(1, 67, 203)",
          "position": null
        }
      ],
      "classification": "complex"
    }
  ]
}