colors

Home » Snippets » colors
0

Created with:

Theme.JSON Generator

Visibility: 

public

Creator: time2livelife

Customize with WPTurbo AI
X

Add Snippet To Project

New Project
Add To Existing Project
				{
    "version": 2,
    "settings": {
        "appearanceTools": true,
        "color": {
            "custom": true,
            "customGradient": true,
            "palette": [
                {
                    "name": "Dark Grey",
                    "slug": "dark-grey",
                    "color": "#2e2e2e"
                },
                {
                    "name": "Robins Egg Blue",
                    "slug": "robins-egg-blue",
                    "color": "#b3f0f0"
                },
                {
                    "name": "Dark Teal",
                    "slug": "dark-teal",
                    "color": "#05445e"
                },
                {
                    "name": "Berry Bright",
                    "slug": "berry-bright",
                    "color": "#93034e"
                },
                {
                    "name": "Clay",
                    "slug": "clay",
                    "color": "#e57b7b"
                },
                {
                    "name": "Terra Cotta",
                    "slug": "terra-cotta",
                    "color": "#b35353"
                },
                {
                    "name": "Light blue",
                    "slug": "light-blue",
                    "color": "#9acdd9"
                },
                {
                    "name": "Off White",
                    "slug": "off-white",
                    "color": "#f9f9f9"
                },
                {
                    "color": "#AB4454"
                }
            ],
            "duotone": [
                {
                    "name": "white\/black",
                    "slug": "white-black",
                    "colors": [
                        "#fff",
                        "#000"
                    ]
                },
                {
                    "name": "black\/white",
                    "slug": "black-white",
                    "colors": [
                        "#000",
                        "#fff"
                    ]
                },
                {
                    "name": "black",
                    "slug": "black",
                    "colors": [
                        "#000",
                        "#000"
                    ]
                },
                {
                    "name": "white",
                    "slug": "white",
                    "colors": [
                        "#fff",
                        "#fff"
                    ]
                }
            ],
            "gradients": [
                {
                    "gradient": "linear-gradient(135deg, #b3f0f0 0%, #9acdd9 100%)"
                },
                {
                    "gradient": "linear-gradient(135deg, #9acdd9 0%, #05445e 100%)"
                }
            ]
        },
        "typography": {
            "customLineHeight": true,
            "fontFamilies": [
                {
                    "slug": "headline",
                    "fontFamily": "Bebas Neue"
                },
                {
                    "slug": "cursive",
                    "fontFamily": "Dancing Script"
                },
                {
                    "slug": "sans-serif",
                    "fontFamily": "Teachers"
                },
                {
                    "slug": "outfit",
                    "fontFamily": "Outfit"
                },
                {
                    "slug": "newsreader",
                    "fontFamily": "Newsreader"
                }
            ]
        },
        "spacing": [
            {
                "padding": true,
                "margin": true,
                "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.