{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "title": "Brown",
  "version": 2,
  "settings": {
    "color": {
        "palette": [
                {
                    "color": "#ffffff",
                    "name": "Base",
                    "slug": "base"
                },
                {
                    "color": "#000000",
                    "name": "Contrast",
                    "slug": "contrast"
                },
                {
                    "color": "#AE4C1B",
                    "name": "Primary",
                    "slug": "primary"
                },
                {
                    "color": "#e19773",
                    "name": "Secondary",
                    "slug": "secondary"
                },
                {
                    "color": "#F6F6F6",
                    "name": "Tertiary",
                    "slug": "tertiary"
                }
                
            ],
        "gradients": [

            {
            "slug": "simple-gradient",
            "gradient": "linear-gradient(90deg,rgba(131, 58, 180, 1) 0%, rgba(252, 176, 69, 1) 100%)",
            "name": "Simple Gradient"
            }
        ]
    }
  }
}