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