{
    "$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
    "settings": {
        "color": {
			"gradients": [
				{
					"slug": "cold-evening",
					"gradient": "linear-gradient(0deg, rgb(12, 52, 131) 0%, rgb(162, 182, 223) 100%, rgb(107, 140, 206) 100%, rgb(162, 182, 223) 100%)",
					"name": "Cold Evening"
				},
				{
					"slug": "purple-division",
					"gradient": "linear-gradient(0deg, rgb(112, 40, 228) 0%, rgb(229, 178, 202) 100%)",
					"name": "Purple Division"
				},
				{
					"slug": "over-sun",
					"gradient": "linear-gradient(60deg, rgb(171, 236, 214) 0%, rgb(251, 237, 150) 100%)",
					"name": "Over Sun"
				},
				{
					"slug": "fabled-sunset",
					"gradient": "linear-gradient(-270deg, rgb(35, 21, 87) 0%, rgb(68, 16, 122) 29%, rgb(255, 19, 97) 67%, rgb(255, 248, 0) 100%)",
					"name": "Fabled Sunset"
				},
				{
					"slug": "morning-salad",
					"gradient": "linear-gradient(-255deg, rgb(183, 248, 219) 0%, rgb(80, 167, 194) 100%)",
					"name": "Morning Salad"
				}
			],
			"palette": [
				{
					"color": "#F8F3ED",
					"name": "Base 1",
					"slug": "fsx-base-1"
				},
				{
					"color": "#DD8336",
					"name": "Primary",
					"slug": "fsx-primary"
				},
				{
					"color": "#F09F4D",
					"name": "Secondary",
					"slug": "fsx-secondary"
				},
				{
					"color": "#F2E2D0",
					"name": "Base 2",
					"slug": "fsx-base-2"
				},
				{
					"color": "#D6C4B4",
					"name": "Base 3",
					"slug": "fsx-base-3"
				},
				{
					"color": "#453123",
					"name": "Tertiary",
					"slug": "fsx-tertiary"
				},
				{
					"color": "#6E5F52",
					"name": "Contrast 3",
					"slug": "fsx-contrast-3"
				},
				{
					"color": "#483324",
					"name": "Contrast 2",
					"slug": "fsx-contrast-2"
				},
				{
					"color": "#2E1E11",
					"name": "Contrast 1",
					"slug": "fsx-contrast-1"
				},
				{
					"color": "#FFFFFF",
					"name": "Text over Primary",
					"slug": "fsx-over-primary"
				}
			]
		}
    }
}