{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "title": "Red",
  "version": 2,
  "settings": {
    "color": {
      "palette": [
        {
			"color": "#54262e",
			"name": "Primary",
			"slug": "primary"
		},
		{
			"color": "#ebccd7",
			"name": "Secondary",
			"slug": "secondary"
		},
		{
			"color": "#1f0e0e",
			"name": "Tertiary",
			"slug": "tertiary"
		},
		{
			"color": "#798d2f",
			"name": "Quaternary",
			"slug": "quaternary"
		},
		{
			"color": "#ffffff",
			"name": "Base",
			"slug": "base"
		},
		{
			"color": "#000000",
			"name": "Contrast",
			"slug": "contrast"
		}
      ]
    }
  }
}
