Material UI Colors

Home » Snippets » Material UI Colors
0

Created with:

Theme.JSON Generator

Visibility: 

public

Creator: WPTurbo Team

Customize with WPTurbo AI
X

Add Snippet To Project

New Project
Add To Existing Project
				{
    "$schema": "https:\/\/schemas.wp.org\/trunk\/theme.json",
    "version": 2,
    "settings": {
        "appearanceTools": true,
        "color": {
            "custom": true,
            "palette": [
                {
                    "name": "primary.light",
                    "slug": "primarylight",
                    "color": "#e3f2fd"
                }
            ],
            "duotone": [
                {
                    "colors": [
                        "#000000",
                        "#000000"
                    ]
                }
            ],
            "gradients": [
                {
                    "gradient": "linear-gradient(135deg, #000000 0%, #000000 100%)"
                }
            ]
        },
        "typography": [],
        "spacing": [
            {
                "units": [
                    "px",
                    "em",
                    "rem",
                    "vh",
                    "vw"
                ]
            }
        ],
        "layout": {
            "contentSize": "840px",
            "wideSize": "1100px"
        }
    }
}
			

Register an account to save your snippets or go Pro to get more features.