{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
	"title": "Rose Quartz",
	"styles": {
		"spacing": {
			"blockGap": "var(--wp--preset--spacing--x-small)"
		}
	},
	"settings": {
		"color": {
			"palette": [
				{
					"name": "Primary",
					"color": "#BE185D",
					"slug": "primary"
				},
				{
					"name": "Secondary",
					"color": "#EC4899",
					"slug": "secondary"
				},
				{
					"name": "Heading",
					"color": "#3F0828",
					"slug": "heading"
				},
				{
					"name": "Body",
					"color": "#5B3D4D",
					"slug": "body"
				},
				{
					"name": "Background",
					"color": "#FFFBFC",
					"slug": "background"
				},
				{
					"name": "Tertiary",
					"color": "#FCE7F3",
					"slug": "tertiary"
				},
				{
					"name": "Quaternary",
					"color": "#FEF3C7",
					"slug": "quaternary"
				},
				{
					"name": "Surface",
					"color": "#FDF2F8",
					"slug": "surface"
				},
				{
					"name": "Foreground",
					"color": "#3F0828",
					"slug": "foreground"
				},
				{
					"name": "Outline",
					"color": "#FBCFE8",
					"slug": "outline"
				},
				{
					"name": "Accent",
					"color": "#F59E0B",
					"slug": "accent"
				},
				{
					"name": "Neutral",
					"color": "#9D7286",
					"slug": "neutral"
				},
				{
					"name": "Transparent",
					"color": "transparent",
					"slug": "transparent"
				},
				{
					"name": "Current Color",
					"color": "currentColor",
					"slug": "currentColor"
				},
				{
					"name": "Inherit",
					"color": "inherit",
					"slug": "inherit"
				}
			],
			"gradients": [
				{
					"slug": "primary",
					"gradient": "linear-gradient(135deg, #BE185D 0%, #EC4899 100%);",
					"name": "Primary"
				}
			],
			"duotone": [
				{
					"colors": [ "#BE185D", "#BE185D" ],
					"slug": "primary",
					"name": "Primary"
				},
				{
					"colors": [ "#3F0828", "#3F0828" ],
					"slug": "secondary",
					"name": "Secondary"
				},
				{
					"colors": [ "#FFFBFC", "#FFFBFC" ],
					"slug": "tertiary",
					"name": "Tertiary"
				}
			]
		}
	}
}
