{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "title": "Brown",
  "version": 2,
  "settings": {
    "color": {
		"palette": [
			{
				"color": "#000000",
				"name": "Contrast",
				"slug": "contrast"
			},
			{
				"color": "#423729",
				"name": "Primary",
				"slug": "primary"
			},
			{
				"color": "#bab1a0",
				"name": "Tertiary",
				"slug": "tertiary"
			},
			{
				"color": "#fdfbe3",
				"name": "Quaternary",
				"slug": "quaternary"
			},
			{
				"color": "#00ffd0",
				"name": "Button Bg",
				"slug": "button bg"
			},
			{
				"color": "#181518",
				"name": "Heading Color",
				"slug": "heading-color"
			},
			{
				"color": "#ffffff",
				"name": "Base",
				"slug": "base"
			}
		]
    }
  }
}
