{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "title": "Warm Sunset",
  "version": 2,
  "settings": {
    "color": {
      "palette": [
        {
          "color": "#ffffff",
          "name": "Base",
          "slug": "base"
        },
        {
          "color": "#000000",
          "name": "Contrast",
          "slug": "contrast"
        },
        {
          "color": "#ff6f00",
          "name": "Primary",
          "slug": "primary"
        },
        {
          "color": "#ff8f00",
          "name": "Secondary",
          "slug": "secondary"
        },
        {
          "color": "#ffe0b2",
          "name": "Tertiary",
          "slug": "tertiary"
        },
        {
          "color": "#fff3e0",
          "name": "Fourth",
          "slug": "fourth"
        }
      ]
    }
  }
}
