{
    "$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
    "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": "#F0FBF8",
					"name": "Base 1",
					"slug": "fsx-base-1"
				},
				{
					"color": "#3cbe8b",
					"name": "Primary",
					"slug": "fsx-primary"
				},
				{
					"color": "#59d5a5",
					"name": "Secondary",
					"slug": "fsx-secondary"
				},
				{
					"color": "#D9F1EB",
					"name": "Base 2",
					"slug": "fsx-base-2"
				},
				{
					"color": "#B5D1C7",
					"name": "Base 3",
					"slug": "fsx-base-3"
				},
				{
					"color": "#1F4548",
					"name": "Tertiary",
					"slug": "fsx-tertiary"
				},
				{
					"color": "#46675E",
					"name": "Contrast 3",
					"slug": "fsx-contrast-3"
				},
				{
					"color": "#20484b",
					"name": "Contrast 2",
					"slug": "fsx-contrast-2"
				},
				{
					"color": "#153234",
					"name": "Contrast 1",
					"slug": "fsx-contrast-1"
				},
				{
					"color": "#153235",
					"name": "Text over Primary",
					"slug": "fsx-over-primary"
				}
			]
		}
    }
}