{
	"version": 2,
	"title": "Ocean",
	"settings": {
		"color": {
			"palette": [
				{
					"slug": "primary",
					"color": "#0891b2",
					"name": "Primary"
				},
				{
					"slug": "secondary",
					"color": "#06b6d4",
					"name": "Secondary"
				},
				{
					"slug": "accent",
					"color": "#22d3ee",
					"name": "Accent"
				},
				{
					"slug": "background",
					"color": "#ffffff",
					"name": "Background"
				},
				{
					"slug": "foreground",
					"color": "#0c4a6e",
					"name": "Foreground"
				},
				{
					"slug": "neutral-light",
					"color": "#e0f2fe",
					"name": "Neutral Light"
				},
				{
					"slug": "neutral-dark",
					"color": "#164e63",
					"name": "Neutral Dark"
				}
			]
		}
	},
	"styles": {
		"color": {
			"background": "var(--wp--preset--color--background)",
			"text": "var(--wp--preset--color--foreground)"
		}
	}
}

