{ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 2, "title": "Pale Aqua", "styles": { "spacing": { "blockGap": "var(--wp--preset--spacing--x-small)" } }, "settings": { "color": { "palette": [ { "name": "Primary", "color": "#99FFF1", "slug": "primary" }, { "name": "Secondary", "color": "#0d564c", "slug": "secondary" }, { "name": "Heading", "color": "#FFFFFF", "slug": "heading" }, { "name": "Body", "color": "#E5E7EB", "slug": "body" }, { "name": "Background", "color": "#092635", "slug": "background" }, { "name": "Tertiary", "color": "#FFCD74", "slug": "tertiary" }, { "name": "Quaternary", "color": "#103141", "slug": "quaternary" }, { "name": "Surface", "color": "#103142", "slug": "surface" }, { "name": "Foreground", "color": "#103140", "slug": "foreground" }, { "name": "Outline", "color": "#163D50", "slug": "outline" }, { "name": "Neutral", "color": "#6E7787", "slug": "neutral" }, { "name": "Transparent", "color": "transparent", "slug": "transparent" }, { "name": "Current Color", "color": "#000000", "slug": "currentcolor" }, { "name": "Inherit", "color": "inherit", "slug": "inherit" } ], "gradients": [ { "slug": "primary", "gradient": "linear-gradient(284.04deg, #092635 0%, #101554 25.33%, #0D574D 52.07%, #103141 100%)", "name": "Primary" } ], "duotone": [ { "colors": [ "#C2FEF6", "#C2FEF6" ], "slug": "primary", "name": "Primary" }, { "colors": [ "#FFFFFF", "#FFFFFF" ], "slug": "secondary", "name": "Secondary" }, { "colors": [ "#092635", "#092635" ], "slug": "tertiary", "name": "Tertiary" } ] } } }