{ "$schema": "https://schemas.wp.org/trunk/theme.json", "title": "Red", "version": 2, "settings": { "color": { "defaultPalette": false, "defaultGradients": false, "palette": [ { "name": "Primary", "color": "#ef4d48", "slug": "primary" }, { "name": "Secondary", "color": "#da0800", "slug": "secondary" }, { "name": "Accent", "color": "#ef4d47", "slug": "accent" }, { "name": "Accent Text", "color": "#FFFFFE", "slug": "accent-text" }, { "name": "Secondary Accent", "color": "#FFFFFC", "slug": "secondary-accent" }, { "name": "Secondary Accent Text", "color": "#1d243b", "slug": "secondary-accent-text" }, { "name": "Hover", "color": "#d11310", "slug": "hover" }, { "name": "Heading", "color": "#1d243c", "slug": "heading" }, { "name": "Highlight", "color": "#4B5563", "slug": "highlight" }, { "name": "Body", "color": "#3f4c7c", "slug": "body" }, { "name": "Surface", "color": "#F5F7FA", "slug": "surface" }, { "name": "Background", "color": "#FFFFFD", "slug": "background" }, { "name": "Light", "color": "#ebeefc", "slug": "light" }, { "name": "Outline", "color": "#E5E7EB", "slug": "outline" }, { "name": "Neutral", "color": "#9CA3AF", "slug": "neutral" }, { "name": "Foreground", "color": "#111827", "slug": "foreground" }, { "name": "Transparent", "color": "transparent", "slug": "transparent" }, { "name": "Current Color", "color": "currentColor", "slug": "currentColor" }, { "name": "Inherit", "color": "inherit", "slug": "inherit" }, { "name": "Pure White", "color": "#ffffff", "slug": "pure-white" }, { "name": "Pure Black", "color": "#000000", "slug": "pure-black" } ], "gradients": [ { "name": "Primary", "slug": "primary", "gradient": "linear-gradient(285deg, #ef4d48 -1.5%, #da0800 100%)" } ], "duotone": [ { "name": "Primary", "slug": "primary", "colors": [ "#ef4d48", "#ef4d48" ] }, { "name": "Secondary", "slug": "secondary", "colors": [ "#da0800", "#da0800" ] }, { "name": "Light", "slug": "light", "colors": [ "#ffffff", "#ffffff" ] } ] } } }