{
  "type": "color_config",
  "version": 1,
  "name": "Desert Neon",
  "seed": 903517,
  "mode": "accessible",
  "palette": {
    "background": "#0B0F1A",
    "surface": "#141A2A",
    "primary": "#FFB000",
    "secondary": "#4CC9F0",
    "accent": "#F72585",
    "success": "#7CFC98",
    "warning": "#FF8C42",
    "error": "#FF4D6D",
    "text_main": "#F2F4F8",
    "text_muted": "#9AA4B2",
    "border": "#2A3247"
  },
  "gradients": [
    {
      "name": "sunset",
      "from": "#FFB000",
      "to": "#F72585",
      "angle": 35
    },
    {
      "name": "oasis",
      "from": "#4CC9F0",
      "to": "#7CFC98",
      "angle": 120
    }
  ],
  "shadows": {
    "elevation_1": "0 2px 8px rgba(0,0,0,0.25)",
    "elevation_2": "0 8px 24px rgba(0,0,0,0.35)"
  },
  "contrast": {
    "min_ratio": 4.5,
    "high_contrast": true
  }
}
