{"id":8310156,"date":"2025-09-04T06:41:35","date_gmt":"2025-09-04T03:41:35","guid":{"rendered":"https:\/\/elementor.com\/tools\/?p=8310156"},"modified":"2025-09-04T06:45:20","modified_gmt":"2025-09-04T03:45:20","slug":"complementary-color-palette-generator","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/complementary-color-palette-generator\/","title":{"rendered":"Complementary Color Palette Generator"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8310155\" class=\"elementor elementor-8310155\" 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    .html-viewer-app {\r\n        width: 100%;\r\n        max-width: 1280px;\r\n        margin: 0 auto;\r\n        padding: 60px 0 0;\r\n        background: transparent;\r\n        overflow: visible;\r\n        position: relative;\r\n    }\r\n\r\n    .main-content {\r\n        display: flex;\r\n        gap: 30px;\r\n        position: relative;\r\n        align-items: center;\r\n        justify-content: center;\r\n        flex-direction: column; \/* Changed for single panel layout *\/\r\n    }\r\n\r\n    .input-section { \/* Re-purposed for the main control panel *\/\r\n        width: 100%;\r\n        max-width: 600px;\r\n        display: flex;\r\n        flex-direction: column;\r\n        background: white;\r\n        border-radius: 8px;\r\n        overflow: hidden;\r\n        box-shadow: 0 4px 15px rgba(0,0,0,0.08);\r\n        border: 1.5px solid #EBEBEB;\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    }\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        min-width: 11rem;\r\n        text-align: center;\r\n        border-radius: 4px;\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    .copy-btn {\r\n        background-color: rgb(255, 255, 255);\r\n        color: black;\r\n        border: 1px solid #ddd;\r\n        padding: 6px 12px;\r\n        border-radius: 4px;\r\n        cursor: pointer;\r\n        font-size: 13px;\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 6px;\r\n        transition: background-color 0.2s;\r\n    }\r\n\r\n    .copy-btn:is(:hover, :focus, :focus-visible) {\r\n        background-color: #f6f6f6 !important;\r\n        color: black;\r\n    }\r\n    \r\n    .success-message {\r\n        position: fixed;\r\n        top: 20px;\r\n        right: 20px;\r\n        background-color: #28a745;\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(-20px);\r\n        transition: all 0.3s ease;\r\n        z-index: 1000;\r\n        pointer-events: none;\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 This Tool --- *\/\r\n    .tool-content-area {\r\n        padding: 25px;\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 20px;\r\n    }\r\n\r\n    .color-picker-container {\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 15px;\r\n        background-color: #f9f9f9;\r\n        border: 1.5px solid #EBEBEB;\r\n        padding: 10px;\r\n        border-radius: 6px;\r\n    }\r\n\r\n    #colorPicker {\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    }\r\n    #colorPicker::-webkit-color-swatch {\r\n        border-radius: 4px;\r\n        border: 1px solid #ddd;\r\n    }\r\n    #colorPicker::-moz-color-swatch {\r\n        border-radius: 4px;\r\n        border: 1px solid #ddd;\r\n    }\r\n    \r\n    #hexInput {\r\n        flex-grow: 1;\r\n        font-family: 'Courier New', monospace;\r\n        font-size: 1.25rem;\r\n        padding: 10px;\r\n        border: 1px solid #ccc;\r\n        border-radius: 4px;\r\n        outline: none;\r\n        text-transform: uppercase;\r\n    }\r\n    #hexInput:focus {\r\n        border-color: #05047E;\r\n        box-shadow: 0 0 5px rgba(5, 4, 126, 0.3);\r\n    }\r\n    \r\n    .palette-display {\r\n        display: grid;\r\n        grid-template-columns: 1fr 1fr;\r\n        gap: 30px;\r\n        width: 100%;\r\n        max-width: 800px;\r\n        margin-top: 20px;\r\n    }\r\n\r\n    .color-card {\r\n        background-color: #fff;\r\n        border-radius: 8px;\r\n        box-shadow: 0 4px 15px rgba(0,0,0,0.08);\r\n        overflow: hidden;\r\n        border: 1.5px solid #EBEBEB;\r\n        display: flex;\r\n        flex-direction: column;\r\n    }\r\n\r\n    .color-swatch {\r\n        height: 150px;\r\n        width: 100%;\r\n        border-bottom: 1.5px solid #EBEBEB;\r\n    }\r\n\r\n    .color-info {\r\n        padding: 20px;\r\n        font-family: 'DM Sans', sans-serif;\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 15px;\r\n    }\r\n\r\n    .color-info h3 {\r\n        margin: 0 0 5px;\r\n        font-size: 1.1rem;\r\n        color: #333;\r\n    }\r\n\r\n    .color-value {\r\n        display: flex;\r\n        justify-content: space-between;\r\n        align-items: center;\r\n        background: #f9f9f9;\r\n        padding: 8px;\r\n        border-radius: 4px;\r\n    }\r\n\r\n    .color-value code {\r\n        font-family: 'Courier New', monospace;\r\n        font-size: 1rem;\r\n        font-weight: bold;\r\n    }\r\n    \r\n    @media (max-width: 768px) {\r\n        .main-content {\r\n            gap: 20px;\r\n        }\r\n        .palette-display {\r\n            grid-template-columns: 1fr;\r\n            gap: 20px;\r\n            max-width: 500px;\r\n        }\r\n        .color-picker-container {\r\n            flex-direction: column;\r\n            align-items: stretch;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"html-viewer-app\">\r\n    <div class=\"main-content\">\r\n        \r\n        <!-- Main Control Panel -->\r\n        <div class=\"input-section\">\r\n            <div class=\"section-header\">\r\n                Complementary Color Palette Generator\r\n            <\/div>\r\n            <div class=\"tool-content-area\">\r\n                <p>Pick a color or enter a HEX code to generate its complementary partner.<\/p>\r\n                <div class=\"color-picker-container\">\r\n                    <input type=\"color\" id=\"colorPicker\" value=\"#05047E\">\r\n                    <input type=\"text\" id=\"hexInput\" maxlength=\"7\">\r\n                <\/div>\r\n                <button id=\"generateBtn\" class=\"format-btn\">Generate Palette<\/button>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Results Display Area -->\r\n        <div id=\"paletteDisplay\" class=\"palette-display\">\r\n            <!-- Color cards will be generated by JavaScript here -->\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n    <!-- Success message for copy action -->\r\n    <div id=\"successMessage\" class=\"success-message\">Copied to clipboard!<\/div>\r\n<\/div>\r\n\r\n<script>\r\n    document.addEventListener('DOMContentLoaded', function() {\r\n        const colorPicker = document.getElementById('colorPicker');\r\n        const hexInput = document.getElementById('hexInput');\r\n        const generateBtn = document.getElementById('generateBtn');\r\n        const paletteDisplay = document.getElementById('paletteDisplay');\r\n        const successMessage = document.getElementById('successMessage');\r\n\r\n        \/\/ --- CORE LOGIC: COLOR CONVERSION AND CALCULATION ---\r\n\r\n        \/**\r\n         * Converts a HEX color string to an RGB object.\r\n         * @param {string} hex - The hex color string (e.g., \"#RRGGBB\").\r\n         * @returns {{r: number, g: number, b: number}}\r\n         *\/\r\n        function hexToRgb(hex) {\r\n            let shorthandRegex = \/^#?([a-f\\d])([a-f\\d])([a-f\\d])$\/i;\r\n            hex = hex.replace(shorthandRegex, (m, r, g, b) => r + r + g + g + b + b);\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        \/**\r\n         * Converts RGB color values to a HEX string.\r\n         * @param {number} r - Red value (0-255).\r\n         * @param {number} g - Green value (0-255).\r\n         * @param {number} b - Blue value (0-255).\r\n         * @returns {string}\r\n         *\/\r\n        function rgbToHex(r, g, b) {\r\n            return \"#\" + ((1 << 24) + (r << 16) + (g << 8) + b).toString(16).slice(1).toUpperCase();\r\n        }\r\n\r\n        \/**\r\n         * Calculates the complementary color by inverting RGB values.\r\n         * This is a simple and effective method.\r\n         * @param {string} hex - The original hex color.\r\n         * @returns {string} - The complementary hex color.\r\n         *\/\r\n        function getComplementaryColor(hex) {\r\n            const rgb = hexToRgb(hex);\r\n            if (!rgb) return null;\r\n            const complementaryRgb = {\r\n                r: 255 - rgb.r,\r\n                g: 255 - rgb.g,\r\n                b: 255 - rgb.b,\r\n            };\r\n            return rgbToHex(complementaryRgb.r, complementaryRgb.g, complementaryRgb.b);\r\n        }\r\n\r\n        \/\/ --- UI AND EVENT HANDLING ---\r\n\r\n        \/**\r\n         * Creates and displays the color palette cards in the UI.\r\n         * @param {string} baseHex - The user's chosen color.\r\n         *\/\r\n        function displayPalette(baseHex) {\r\n            const complementaryHex = getComplementaryColor(baseHex);\r\n            if (!complementaryHex) return;\r\n\r\n            const baseRgb = hexToRgb(baseHex);\r\n            const complementaryRgb = hexToRgb(complementaryHex);\r\n\r\n            paletteDisplay.innerHTML = `\r\n                ${createColorCard('Original Color', baseHex, `rgb(${baseRgb.r}, ${baseRgb.g}, ${baseRgb.b})`)}\r\n                ${createColorCard('Complementary Color', complementaryHex, `rgb(${complementaryRgb.r}, ${complementaryRgb.g}, ${complementaryRgb.b})`)}\r\n            `;\r\n        }\r\n        \r\n        \/**\r\n         * Generates the HTML for a single color card.\r\n         * @param {string} title - The title for the card.\r\n         * @param {string} hex - The hex code.\r\n         * @param {string} rgb - The rgb code string.\r\n         * @returns {string} HTML string for the card.\r\n         *\/\r\n        function createColorCard(title, hex, rgb) {\r\n            const copyIconSvg = `<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"9\" y=\"9\" width=\"13\" height=\"13\" rx=\"2\" ry=\"2\"><\/rect><path d=\"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1\"><\/path><\/svg>`;\r\n\r\n            return `\r\n                <div class=\"color-card\">\r\n                    <div class=\"color-swatch\" style=\"background-color: ${hex};\"><\/div>\r\n                    <div class=\"color-info\">\r\n                        <h3>${title}<\/h3>\r\n                        <div class=\"color-value\">\r\n                            <code>${hex}<\/code>\r\n                            <button class=\"copy-btn\" data-color=\"${hex}\">\r\n                                ${copyIconSvg} Copy\r\n                            <\/button>\r\n                        <\/div>\r\n                        <div class=\"color-value\">\r\n                            <code>${rgb}<\/code>\r\n                            <button class=\"copy-btn\" data-color=\"${rgb}\">\r\n                                ${copyIconSvg} Copy\r\n                            <\/button>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            `;\r\n        }\r\n        \r\n        \/**\r\n         * Handles the copy button click event.\r\n         *\/\r\n        paletteDisplay.addEventListener('click', function(e) {\r\n            const copyBtn = e.target.closest('.copy-btn');\r\n            if (copyBtn) {\r\n                const colorToCopy = copyBtn.dataset.color;\r\n                navigator.clipboard.writeText(colorToCopy).then(() => {\r\n                    showSuccessMessage();\r\n                }).catch(err => {\r\n                    console.error('Failed to copy: ', err);\r\n                });\r\n            }\r\n        });\r\n\r\n        \/**\r\n         * Shows a temporary success message.\r\n         *\/\r\n        function showSuccessMessage() {\r\n            successMessage.classList.add('show');\r\n            setTimeout(() => {\r\n                successMessage.classList.remove('show');\r\n            }, 2000);\r\n        }\r\n\r\n        \/\/ --- INITIALIZATION AND SYNCING ---\r\n        \r\n        function syncInputs(source) {\r\n            if (source === 'picker') {\r\n                hexInput.value = colorPicker.value.toUpperCase();\r\n            } else if (source === 'text') {\r\n                const hex = hexInput.value;\r\n                if (\/^#[0-9A-F]{6}$\/i.test(hex)) {\r\n                    colorPicker.value = hex;\r\n                }\r\n            }\r\n        }\r\n\r\n        colorPicker.addEventListener('input', () => syncInputs('picker'));\r\n        hexInput.addEventListener('input', () => syncInputs('text'));\r\n        generateBtn.addEventListener('click', () => displayPalette(colorPicker.value));\r\n        \r\n        \/\/ Initial setup on page load\r\n        syncInputs('picker');\r\n        displayPalette(colorPicker.value);\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-8310156","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>Complementary Color Palette Generator<\/title>\n<meta name=\"description\" content=\"Effortlessly create stunning color palettes with the Elementor Complementary Color Palette Generator. Discover perfect color pairings for your web designs in seconds.\" \/>\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\/complementary-color-palette-generator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Complementary Color Palette Generator\" \/>\n<meta property=\"og:description\" content=\"Effortlessly create stunning color palettes with the Elementor Complementary Color Palette Generator. Discover perfect color pairings for your web designs in seconds.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/complementary-color-palette-generator\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-04T03:41:35+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-04T03:45:20+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\/complementary-color-palette-generator\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/complementary-color-palette-generator\/\"},\"author\":{\"name\":\"liz@148.red\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"headline\":\"Complementary Color Palette Generator\",\"datePublished\":\"2025-09-04T03:41:35+00:00\",\"dateModified\":\"2025-09-04T03:45:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/complementary-color-palette-generator\/\"},\"wordCount\":6,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/complementary-color-palette-generator\/\",\"url\":\"https:\/\/elementor.com\/tools\/complementary-color-palette-generator\/\",\"name\":\"Complementary Color Palette Generator\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-09-04T03:41:35+00:00\",\"dateModified\":\"2025-09-04T03:45:20+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"description\":\"Effortlessly create stunning color palettes with the Elementor Complementary Color Palette Generator. Discover perfect color pairings for your web designs in seconds.\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/complementary-color-palette-generator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/complementary-color-palette-generator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/complementary-color-palette-generator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Complementary 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":"Complementary Color Palette Generator","description":"Effortlessly create stunning color palettes with the Elementor Complementary Color Palette Generator. Discover perfect color pairings for your web designs in seconds.","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\/complementary-color-palette-generator\/","og_locale":"en_US","og_type":"article","og_title":"Complementary Color Palette Generator","og_description":"Effortlessly create stunning color palettes with the Elementor Complementary Color Palette Generator. Discover perfect color pairings for your web designs in seconds.","og_url":"https:\/\/elementor.com\/tools\/complementary-color-palette-generator\/","og_site_name":"Tools","article_published_time":"2025-09-04T03:41:35+00:00","article_modified_time":"2025-09-04T03:45:20+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\/complementary-color-palette-generator\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/complementary-color-palette-generator\/"},"author":{"name":"liz@148.red","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"headline":"Complementary Color Palette Generator","datePublished":"2025-09-04T03:41:35+00:00","dateModified":"2025-09-04T03:45:20+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/complementary-color-palette-generator\/"},"wordCount":6,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/complementary-color-palette-generator\/","url":"https:\/\/elementor.com\/tools\/complementary-color-palette-generator\/","name":"Complementary Color Palette Generator","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-09-04T03:41:35+00:00","dateModified":"2025-09-04T03:45:20+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"description":"Effortlessly create stunning color palettes with the Elementor Complementary Color Palette Generator. Discover perfect color pairings for your web designs in seconds.","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/complementary-color-palette-generator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/complementary-color-palette-generator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/complementary-color-palette-generator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"Complementary 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\/8310156","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=8310156"}],"version-history":[{"count":2,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310156\/revisions"}],"predecessor-version":[{"id":8310160,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310156\/revisions\/8310160"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8310156"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8310156"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8310156"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}