{
    "$schema": "https://schemas.wp.org/trunk/theme.json",
    "title": "Warm Amber",
    "version": 2,
    "settings": {
        "color": {
            "palette": [
                {
                    "name": "Primary",
                    "slug": "primary",
                    "color": "#F59E0B"
                },
                {
                    "name": "Primary Dark",
                    "slug": "primary-dark",
                    "color": "#D97706"
                },
                {
                    "name": "Dark",
                    "slug": "dark",
                    "color": "#413a2d"
                },
                {
                    "name": "Accent",
                    "slug": "accent",
                    "color": "#ffdea6"
                },
                {
                    "name": "Accent Light",
                    "slug": "accent-light",
                    "color": "#ffeed1"
                },
                {
                    "name": "Background",
                    "slug": "background",
                    "color": "#fff9f0"
                },
                {
                    "name": "Light",
                    "slug": "light",
                    "color": "#fffaf2"
                },
                {
                    "name": "Text Muted",
                    "slug": "text-muted",
                    "color": "#5a5449"
                },
                {
                    "name": "Neutral",
                    "slug": "neutral",
                    "color": "#E5E5E5"
                },
                {
                    "name": "Success",
                    "slug": "success",
                    "color": "#16A34A"
                },
                {
                    "name": "Error",
                    "slug": "error",
                    "color": "#FE5252"
                }
            ]
        }
    }
}
