{"id":8310131,"date":"2025-09-04T05:03:03","date_gmt":"2025-09-04T02:03:03","guid":{"rendered":"https:\/\/elementor.com\/tools\/?p=8310131"},"modified":"2025-09-04T05:08:30","modified_gmt":"2025-09-04T02:08:30","slug":"brand-color-palette-generator","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/brand-color-palette-generator\/","title":{"rendered":"brand color palette generator"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8310132\" class=\"elementor elementor-8310132\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-23691a2c e-flex e-con-boxed e-con e-parent\" data-id=\"23691a2c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-37c3711c elementor-widget elementor-widget-html\" data-id=\"37c3711c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n    \/* --- Styles Adapted From Your Code --- *\/\r\n    .brand-palette-app {\r\n        width: 100%;\r\n        max-width: 1280px;\r\n        margin: 0 auto;\r\n        padding: 40px 15px 60px;\r\n        background: transparent;\r\n        overflow: visible;\r\n        position: relative;\r\n    }\r\n\r\n    .format-btn {\r\n        background-color: #000;\r\n        color: white;\r\n        border: none;\r\n        padding: 12px 20px;\r\n        cursor: pointer;\r\n        font-size: 1.125rem;\r\n        font-weight: 500;\r\n        transition: all 0.2s;\r\n        pointer-events: all;\r\n        text-align: center;\r\n        border-radius: 4px;\r\n        min-width: 11rem;\r\n    }\r\n\r\n    .format-btn:is(:hover, :focus, :focus-visible, :active) {\r\n        background-color: #545454;\r\n    }\r\n\r\n    #randomColorBtn {\r\n        background-color: #ff7be5;\r\n        color: black;\r\n    }\r\n\r\n    #randomColorBtn:is(:hover, :focus, :focus-visible, :active) {\r\n        background-color: #ffa8ee;\r\n    }\r\n\r\n    .section-header {\r\n        background-color: #05047E;\r\n        color: white;\r\n        padding: 12px 20px;\r\n        font-family: 'DM Sans', sans-serif;\r\n        font-weight: 400;\r\n        font-size: 1.125rem;\r\n        border-radius: 8px 8px 0 0;\r\n    }\r\n    \r\n    .success-message {\r\n        position: fixed;\r\n        bottom: 20px;\r\n        right: 20px;\r\n        background-color: #05047E;\r\n        color: white;\r\n        padding: 12px 20px;\r\n        border-radius: 4px;\r\n        font-size: 14px;\r\n        opacity: 0;\r\n        transform: translateY(100%);\r\n        transition: all 0.3s ease;\r\n        z-index: 1000;\r\n        box-shadow: 0 4px 15px rgba(0,0,0,0.2);\r\n    }\r\n\r\n    .success-message.show {\r\n        opacity: 1;\r\n        transform: translateY(0);\r\n    }\r\n\r\n    \/* --- New Styles For The Palette Generator --- *\/\r\n    .controls-section {\r\n        background: white;\r\n        border: 1.5px solid #EBEBEB;\r\n        border-radius: 8px;\r\n        margin-bottom: 40px;\r\n        box-shadow: 0 0 10px rgba(0,0,0,0.05);\r\n    }\r\n    \r\n    .controls-content {\r\n        padding: 25px;\r\n        display: flex;\r\n        flex-wrap: wrap;\r\n        gap: 20px;\r\n        align-items: center;\r\n        justify-content: center;\r\n    }\r\n\r\n    .color-input-group {\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 15px;\r\n    }\r\n\r\n    .color-input-group label {\r\n        font-size: 1rem;\r\n        font-weight: 500;\r\n    }\r\n\r\n    .color-input-group input[type=\"color\"] {\r\n        -webkit-appearance: none;\r\n        -moz-appearance: none;\r\n        appearance: none;\r\n        width: 50px;\r\n        height: 50px;\r\n        background-color: transparent;\r\n        border: none;\r\n        cursor: pointer;\r\n        padding: 0;\r\n        border-radius: 50%;\r\n        overflow: hidden;\r\n        border: 2px solid #ebebeb;\r\n    }\r\n    \r\n    .color-input-group input[type=\"color\"]::-webkit-color-swatch {\r\n        border-radius: 50%;\r\n        border: none;\r\n    }\r\n\r\n    .color-input-group input[type=\"color\"]::-moz-color-swatch {\r\n        border-radius: 50%;\r\n        border: none;\r\n    }\r\n\r\n    .color-input-group input[type=\"text\"] {\r\n        font-family: 'Courier New', monospace;\r\n        font-size: 1.125rem;\r\n        padding: 10px 15px;\r\n        border: 1.5px solid #EBEBEB;\r\n        border-radius: 4px;\r\n        width: 120px;\r\n        text-align: center;\r\n        text-transform: uppercase;\r\n    }\r\n\r\n    .palette-group {\r\n        margin-bottom: 30px;\r\n    }\r\n\r\n    .palette-title {\r\n        font-family: 'DM Sans', sans-serif;\r\n        font-size: 1.5rem;\r\n        font-weight: 500;\r\n        margin-bottom: 15px;\r\n        border-bottom: 2px solid #ebebeb;\r\n        padding-bottom: 10px;\r\n    }\r\n\r\n    .palette-row {\r\n        display: flex;\r\n        flex-wrap: wrap;\r\n        gap: 15px;\r\n    }\r\n    \r\n    .color-swatch {\r\n        flex: 1;\r\n        min-width: 150px;\r\n        border: 1.5px solid #EBEBEB;\r\n        border-radius: 8px;\r\n        overflow: hidden;\r\n        background-color: white;\r\n        transition: transform 0.2s, box-shadow 0.2s;\r\n    }\r\n    \r\n    .color-swatch:hover {\r\n        transform: translateY(-5px);\r\n        box-shadow: 0 4px 15px rgba(0,0,0,0.1);\r\n    }\r\n    \r\n    .color-preview {\r\n        height: 120px;\r\n    }\r\n\r\n    .color-info {\r\n        padding: 12px;\r\n        display: flex;\r\n        justify-content: space-between;\r\n        align-items: center;\r\n        gap: 10px;\r\n    }\r\n    \r\n    .color-code {\r\n        font-family: 'Courier New', monospace;\r\n        font-size: 1rem;\r\n        font-weight: bold;\r\n    }\r\n\r\n    .copy-btn-swatch {\r\n        background-color: #f0f0f0;\r\n        color: black;\r\n        border: 1px solid #ddd;\r\n        padding: 4px 10px;\r\n        border-radius: 4px;\r\n        cursor: pointer;\r\n        font-size: 12px;\r\n        transition: background-color 0.2s;\r\n    }\r\n\r\n    .copy-btn-swatch:hover {\r\n        background-color: #e0e0e0;\r\n    }\r\n    \r\n    @media (max-width: 768px) {\r\n        .controls-content {\r\n            flex-direction: column;\r\n        }\r\n        .format-btn {\r\n            width: 100%;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"brand-palette-app\">\r\n\r\n    <!-- Controls Section -->\r\n    <div class=\"controls-section\">\r\n        <div class=\"section-header\">\r\n            Brand Color Palette Generator\r\n        <\/div>\r\n        <div class=\"controls-content\">\r\n            <div class=\"color-input-group\">\r\n                <label for=\"baseColorInput\">Base Color:<\/label>\r\n                <input type=\"color\" id=\"baseColorInput\" value=\"#05047E\">\r\n                <input type=\"text\" id=\"hexColorInput\" value=\"#05047E\" maxlength=\"7\">\r\n            <\/div>\r\n            <button id=\"generatePaletteBtn\" class=\"format-btn\">Generate<\/button>\r\n            <button id=\"randomColorBtn\" class=\"format-btn\">Random Color<\/button>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Main Content Area for Palettes -->\r\n    <div id=\"palette-display-section\" class=\"main-content\">\r\n        <!-- Palettes will be dynamically generated here -->\r\n    <\/div>\r\n\r\n    <!-- Success Message Popup -->\r\n    <div id=\"successMessage\" class=\"success-message\">Copied to clipboard!<\/div>\r\n\r\n<\/div>\r\n\r\n<script>\r\n    document.addEventListener('DOMContentLoaded', () => {\r\n        \/\/ --- DOM Element Selection ---\r\n        const baseColorInput = document.getElementById('baseColorInput');\r\n        const hexColorInput = document.getElementById('hexColorInput');\r\n        const generateBtn = document.getElementById('generatePaletteBtn');\r\n        const randomBtn = document.getElementById('randomColorBtn');\r\n        const paletteDisplay = document.getElementById('palette-display-section');\r\n        const successMessage = document.getElementById('successMessage');\r\n\r\n        \/\/ --- Color Conversion Utilities ---\r\n        const hexToRgb = (hex) => {\r\n            let result = \/^#?([a-f\\d]{2})([a-f\\d]{2})([a-f\\d]{2})$\/i.exec(hex);\r\n            return result ? {\r\n                r: parseInt(result[1], 16),\r\n                g: parseInt(result[2], 16),\r\n                b: parseInt(result[3], 16)\r\n            } : null;\r\n        };\r\n        \r\n        const rgbToHex = (r, g, b) => '#' + [r, g, b].map(x => {\r\n            const hex = x.toString(16);\r\n            return hex.length === 1 ? '0' + hex : hex;\r\n        }).join('');\r\n\r\n        const rgbToHsl = (r, g, b) => {\r\n            r \/= 255; g \/= 255; b \/= 255;\r\n            let max = Math.max(r, g, b), min = Math.min(r, g, b);\r\n            let h, s, l = (max + min) \/ 2;\r\n            if (max === min) {\r\n                h = s = 0; \/\/ achromatic\r\n            } else {\r\n                let d = max - min;\r\n                s = l > 0.5 ? d \/ (2 - max - min) : d \/ (max + min);\r\n                switch (max) {\r\n                    case r: h = (g - b) \/ d + (g < b ? 6 : 0); break;\r\n                    case g: h = (b - r) \/ d + 2; break;\r\n                    case b: h = (r - g) \/ d + 4; break;\r\n                }\r\n                h \/= 6;\r\n            }\r\n            return { h: h * 360, s: s * 100, l: l * 100 };\r\n        };\r\n\r\n        const hslToRgb = (h, s, l) => {\r\n            s \/= 100; l \/= 100;\r\n            let c = (1 - Math.abs(2 * l - 1)) * s,\r\n                x = c * (1 - Math.abs((h \/ 60) % 2 - 1)),\r\n                m = l - c \/ 2,\r\n                r = 0, g = 0, b = 0;\r\n            if (0 <= h && h < 60) { [r, g, b] = [c, x, 0]; }\r\n            else if (60 <= h && h < 120) { [r, g, b] = [x, c, 0]; }\r\n            else if (120 <= h && h < 180) { [r, g, b] = [0, c, x]; }\r\n            else if (180 <= h && h < 240) { [r, g, b] = [0, x, c]; }\r\n            else if (240 <= h && h < 300) { [r, g, b] = [x, 0, c]; }\r\n            else if (300 <= h && h < 360) { [r, g, b] = [c, 0, x]; }\r\n            r = Math.round((r + m) * 255);\r\n            g = Math.round((g + m) * 255);\r\n            b = Math.round((b + m) * 255);\r\n            return { r, g, b };\r\n        };\r\n\r\n        \/\/ --- Palette Generation Logic ---\r\n        const generatePalette = (baseColorHex) => {\r\n            const rgb = hexToRgb(baseColorHex);\r\n            if (!rgb) return;\r\n            const hsl = rgbToHsl(rgb.r, rgb.g, rgb.b);\r\n\r\n            const palettes = {\r\n                \"Primary Color\": [baseColorHex],\r\n                \"Shades\": Array.from({ length: 5 }, (_, i) => {\r\n                    const newL = Math.max(0, hsl.l - (i + 1) * 10);\r\n                    const newRgb = hslToRgb(hsl.h, hsl.s, newL);\r\n                    return rgbToHex(newRgb.r, newRgb.g, newRgb.b);\r\n                }),\r\n                \"Tints\": Array.from({ length: 5 }, (_, i) => {\r\n                    const newL = Math.min(100, hsl.l + (i + 1) * 10);\r\n                    const newRgb = hslToRgb(hsl.h, hsl.s, newL);\r\n                    return rgbToHex(newRgb.r, newRgb.g, newRgb.b);\r\n                }),\r\n                \"Analogous\": [-30, 30].map(angle => {\r\n                    const newH = (hsl.h + angle + 360) % 360;\r\n                    const newRgb = hslToRgb(newH, hsl.s, hsl.l);\r\n                    return rgbToHex(newRgb.r, newRgb.g, newRgb.b);\r\n                }),\r\n                \"Complementary\": [180].map(angle => {\r\n                    const newH = (hsl.h + angle + 360) % 360;\r\n                    const newRgb = hslToRgb(newH, hsl.s, hsl.l);\r\n                    return rgbToHex(newRgb.r, newRgb.g, newRgb.b);\r\n                })\r\n            };\r\n\r\n            return palettes;\r\n        };\r\n        \r\n        \/\/ --- Rendering Logic ---\r\n        const renderPalettes = (palettes) => {\r\n            paletteDisplay.innerHTML = '';\r\n            if (!palettes) return;\r\n\r\n            for (const title in palettes) {\r\n                const colors = palettes[title];\r\n                \r\n                const groupEl = document.createElement('div');\r\n                groupEl.className = 'palette-group';\r\n                \r\n                const titleEl = document.createElement('h3');\r\n                titleEl.className = 'palette-title';\r\n                titleEl.textContent = title;\r\n                groupEl.appendChild(titleEl);\r\n\r\n                const rowEl = document.createElement('div');\r\n                rowEl.className = 'palette-row';\r\n\r\n                colors.forEach(color => {\r\n                    const swatchHtml = `\r\n                        <div class=\"color-swatch\">\r\n                            <div class=\"color-preview\" style=\"background-color: ${color};\"><\/div>\r\n                            <div class=\"color-info\">\r\n                                <span class=\"color-code\">${color.toUpperCase()}<\/span>\r\n                                <button class=\"copy-btn-swatch\" data-color=\"${color}\">Copy<\/button>\r\n                            <\/div>\r\n                        <\/div>\r\n                    `;\r\n                    rowEl.innerHTML += swatchHtml;\r\n                });\r\n                \r\n                groupEl.appendChild(rowEl);\r\n                paletteDisplay.appendChild(groupEl);\r\n            }\r\n        };\r\n\r\n        \/\/ --- Helper Functions ---\r\n        const showSuccessPopup = () => {\r\n            successMessage.classList.add('show');\r\n            setTimeout(() => {\r\n                successMessage.classList.remove('show');\r\n            }, 2000);\r\n        };\r\n\r\n        const copyToClipboard = (text) => {\r\n            navigator.clipboard.writeText(text).then(() => {\r\n                showSuccessPopup();\r\n            }).catch(err => {\r\n                console.error('Failed to copy text: ', err);\r\n            });\r\n        };\r\n\r\n        const handleGenerate = () => {\r\n            const baseColor = baseColorInput.value;\r\n            const generated = generatePalette(baseColor);\r\n            renderPalettes(generated);\r\n        };\r\n        \r\n        \/\/ --- Event Listeners ---\r\n        generateBtn.addEventListener('click', handleGenerate);\r\n\r\n        randomBtn.addEventListener('click', () => {\r\n            const randomColor = '#' + Math.floor(Math.random()*16777215).toString(16).padStart(6, '0');\r\n            baseColorInput.value = randomColor;\r\n            hexColorInput.value = randomColor.toUpperCase();\r\n            handleGenerate();\r\n        });\r\n        \r\n        baseColorInput.addEventListener('input', (e) => {\r\n            hexColorInput.value = e.target.value.toUpperCase();\r\n        });\r\n\r\n        hexColorInput.addEventListener('input', (e) => {\r\n            let val = e.target.value;\r\n            if (val.startsWith('#') && (val.length === 4 || val.length === 7)) {\r\n                baseColorInput.value = val;\r\n            }\r\n        });\r\n        \r\n        hexColorInput.addEventListener('change', (e) => {\r\n             handleGenerate();\r\n        });\r\n        \r\n        \/\/ Use event delegation for copy buttons\r\n        paletteDisplay.addEventListener('click', (e) => {\r\n            if (e.target && e.target.classList.contains('copy-btn-swatch')) {\r\n                const colorToCopy = e.target.getAttribute('data-color');\r\n                copyToClipboard(colorToCopy);\r\n            }\r\n        });\r\n\r\n        \/\/ --- Initial Load ---\r\n        handleGenerate();\r\n    });\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":5,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[22],"tags":[21],"class_list":["post-8310131","post","type-post","status-publish","format-standard","hentry","category-tools","tag-html-css-tools"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Brand Color Palette Generator<\/title>\n<meta name=\"description\" content=\"Generate stunning brand color palettes with the Elementor Brand Color Palette Generator. Discover harmonious color combinations, refine your selection, and build a memorable visual identity for your website and brand.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/elementor.com\/tools\/brand-color-palette-generator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Brand Color Palette Generator\" \/>\n<meta property=\"og:description\" content=\"Generate stunning brand color palettes with the Elementor Brand Color Palette Generator. Discover harmonious color combinations, refine your selection, and build a memorable visual identity for your website and brand.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/brand-color-palette-generator\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-04T02:03:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-04T02:08:30+00:00\" \/>\n<meta name=\"author\" content=\"liz@148.red\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"liz@148.red\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/elementor.com\/tools\/brand-color-palette-generator\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/brand-color-palette-generator\/\"},\"author\":{\"name\":\"liz@148.red\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"headline\":\"brand color palette generator\",\"datePublished\":\"2025-09-04T02:03:03+00:00\",\"dateModified\":\"2025-09-04T02:08:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/brand-color-palette-generator\/\"},\"wordCount\":6,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/brand-color-palette-generator\/\",\"url\":\"https:\/\/elementor.com\/tools\/brand-color-palette-generator\/\",\"name\":\"Brand Color Palette Generator\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-09-04T02:03:03+00:00\",\"dateModified\":\"2025-09-04T02:08:30+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"description\":\"Generate stunning brand color palettes with the Elementor Brand Color Palette Generator. Discover harmonious color combinations, refine your selection, and build a memorable visual identity for your website and brand.\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/brand-color-palette-generator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/brand-color-palette-generator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/brand-color-palette-generator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"brand color palette generator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/elementor.com\/tools\/#website\",\"url\":\"https:\/\/elementor.com\/tools\/\",\"name\":\"Tools\",\"description\":\"Just another Elementor hosted website ;)\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/elementor.com\/tools\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\",\"name\":\"liz@148.red\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"caption\":\"liz@148.red\"},\"url\":\"https:\/\/elementor.com\/tools\/author\/liz148-red\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Brand Color Palette Generator","description":"Generate stunning brand color palettes with the Elementor Brand Color Palette Generator. Discover harmonious color combinations, refine your selection, and build a memorable visual identity for your website and brand.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/elementor.com\/tools\/brand-color-palette-generator\/","og_locale":"en_US","og_type":"article","og_title":"Brand Color Palette Generator","og_description":"Generate stunning brand color palettes with the Elementor Brand Color Palette Generator. Discover harmonious color combinations, refine your selection, and build a memorable visual identity for your website and brand.","og_url":"https:\/\/elementor.com\/tools\/brand-color-palette-generator\/","og_site_name":"Tools","article_published_time":"2025-09-04T02:03:03+00:00","article_modified_time":"2025-09-04T02:08:30+00:00","author":"liz@148.red","twitter_card":"summary_large_image","twitter_misc":{"Written by":"liz@148.red","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/elementor.com\/tools\/brand-color-palette-generator\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/brand-color-palette-generator\/"},"author":{"name":"liz@148.red","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"headline":"brand color palette generator","datePublished":"2025-09-04T02:03:03+00:00","dateModified":"2025-09-04T02:08:30+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/brand-color-palette-generator\/"},"wordCount":6,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/brand-color-palette-generator\/","url":"https:\/\/elementor.com\/tools\/brand-color-palette-generator\/","name":"Brand Color Palette Generator","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-09-04T02:03:03+00:00","dateModified":"2025-09-04T02:08:30+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"description":"Generate stunning brand color palettes with the Elementor Brand Color Palette Generator. Discover harmonious color combinations, refine your selection, and build a memorable visual identity for your website and brand.","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/brand-color-palette-generator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/brand-color-palette-generator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/brand-color-palette-generator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"brand color palette generator"}]},{"@type":"WebSite","@id":"https:\/\/elementor.com\/tools\/#website","url":"https:\/\/elementor.com\/tools\/","name":"Tools","description":"Just another Elementor hosted website ;)","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/elementor.com\/tools\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac","name":"liz@148.red","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","caption":"liz@148.red"},"url":"https:\/\/elementor.com\/tools\/author\/liz148-red\/"}]}},"_links":{"self":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310131","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/comments?post=8310131"}],"version-history":[{"count":1,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310131\/revisions"}],"predecessor-version":[{"id":8310135,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310131\/revisions\/8310135"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8310131"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8310131"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8310131"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}