{"id":8310168,"date":"2025-09-04T08:39:00","date_gmt":"2025-09-04T05:39:00","guid":{"rendered":"https:\/\/elementor.com\/tools\/?p=8310168"},"modified":"2025-09-04T08:47:38","modified_gmt":"2025-09-04T05:47:38","slug":"7-color-palette-generator","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/7-color-palette-generator\/","title":{"rendered":"7 Color Palette Generator"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8310166\" class=\"elementor elementor-8310166\" 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    \/* --- Core App Layout --- *\/\r\n    .palette-generator-app {\r\n        width: 100%;\r\n        max-width: 1280px;\r\n        margin: 0 auto;\r\n        padding: 40px 0 0;\r\n        background: transparent;\r\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\r\n    }\r\n\r\n    .palette-controls {\r\n        display: flex;\r\n        justify-content: space-between;\r\n        align-items: center;\r\n        margin-bottom: 40px;\r\n        flex-wrap: wrap;\r\n        gap: 20px;\r\n    }\r\n\r\n    \/* Reusing your .section-header style for the title *\/\r\n    .section-header {\r\n        background-color: #05047E;\r\n        color: white;\r\n        padding: 12px 20px;\r\n        font-weight: 500;\r\n        font-size: 1.25rem;\r\n        border-radius: 6px;\r\n        margin: 0;\r\n    }\r\n\r\n    \/* --- Button Styles (Adapted from your code) --- *\/\r\n    .format-btn {\r\n        background-color: #000;\r\n        color: white;\r\n        border: none;\r\n        padding: 12px 24px;\r\n        cursor: pointer;\r\n        font-size: 1.125rem;\r\n        font-weight: 500;\r\n        transition: all 0.2s;\r\n        min-width: 11rem;\r\n        text-align: center;\r\n        border-radius: 6px;\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    \/* Specific ID for the generator button *\/\r\n    #generateBtn {\r\n        background-color: #ff7be5;\r\n        color: black;\r\n    }\r\n\r\n    #generateBtn:is(:hover, :focus, :focus-visible, :active) {\r\n        background-color: #ffa8ee;\r\n    }\r\n\r\n    .copy-btn {\r\n        background-color: rgba(255, 255, 255, 0.8);\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: 14px;\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 6px;\r\n        transition: background-color 0.2s;\r\n        box-shadow: 0 1px 3px rgba(0,0,0,0.05);\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    .copy-btn svg {\r\n        width: 14px;\r\n        height: 14px;\r\n        stroke: #333;\r\n    }\r\n\r\n    \/* --- Palette Display --- *\/\r\n    \/* Reusing your .main-content class for the palette grid *\/\r\n    .main-content {\r\n        display: grid;\r\n        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\r\n        gap: 25px;\r\n    }\r\n\r\n    .color-swatch {\r\n        border-radius: 8px;\r\n        overflow: hidden;\r\n        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\r\n        display: flex;\r\n        flex-direction: column;\r\n        border: 1px solid #EBEBEB;\r\n    }\r\n    \r\n    .color-block {\r\n        height: 160px;\r\n        transition: background-color 0.4s ease;\r\n    }\r\n\r\n    .color-info {\r\n        background-color: #ffffff;\r\n        padding: 12px;\r\n        display: flex;\r\n        justify-content: space-between;\r\n        align-items: center;\r\n        font-family: 'Courier New', monospace;\r\n        font-weight: bold;\r\n        font-size: 1rem;\r\n    }\r\n\r\n    \/* --- Success Message (Directly from your code) --- *\/\r\n    .success-message {\r\n        position: fixed;\r\n        bottom: 20px;\r\n        left: 50%;\r\n        transform: translateX(-50%) translateY(100px);\r\n        background-color: #05047E;\r\n        color: white;\r\n        padding: 12px 24px;\r\n        border-radius: 6px;\r\n        font-size: 1rem;\r\n        opacity: 0;\r\n        transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);\r\n        z-index: 1000;\r\n        box-shadow: 0 5px 20px rgba(0,0,0,0.2);\r\n    }\r\n\r\n    .success-message.show {\r\n        opacity: 1;\r\n        transform: translateX(-50%) translateY(0);\r\n    }\r\n\r\n    \/* --- Responsive Design --- *\/\r\n    @media (max-width: 768px) {\r\n        .palette-controls {\r\n            flex-direction: column;\r\n            align-items: stretch;\r\n            text-align: center;\r\n        }\r\n        .main-content {\r\n            gap: 15px;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"palette-generator-app\">\r\n    <!-- Tool Header and Controls -->\r\n    <div class=\"palette-controls\">\r\n        <h2 class=\"section-header\">7 Color Palette Generator<\/h2>\r\n        <button id=\"generateBtn\" class=\"format-btn\">Generate Palette<\/button>\r\n    <\/div>\r\n\r\n    <!-- Palette Display Area -->\r\n    <div id=\"paletteContainer\" class=\"main-content\">\r\n        <!-- Swatches will be generated by JS, but here's the structure for one -->\r\n        <div class=\"color-swatch\">\r\n            <div class=\"color-block\" style=\"background-color: #EAEAEA;\"><\/div>\r\n            <div class=\"color-info\">\r\n                <span class=\"color-hex\">#EAEAEA<\/span>\r\n                <button class=\"copy-btn\">\r\n                     <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" 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                    <span>Copy<\/span>\r\n                <\/button>\r\n            <\/div>\r\n        <\/div>\r\n        <!-- Repeat 6 more times -->\r\n        <div class=\"color-swatch\">\r\n            <div class=\"color-block\" style=\"background-color: #EAEAEA;\"><\/div>\r\n            <div class=\"color-info\">\r\n                <span class=\"color-hex\">#EAEAEA<\/span>\r\n                <button class=\"copy-btn\">\r\n                     <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" 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                    <span>Copy<\/span>\r\n                <\/button>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"color-swatch\">\r\n            <div class=\"color-block\" style=\"background-color: #EAEAEA;\"><\/div>\r\n            <div class=\"color-info\">\r\n                <span class=\"color-hex\">#EAEAEA<\/span>\r\n                <button class=\"copy-btn\">\r\n                     <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" 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                    <span>Copy<\/span>\r\n                <\/button>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"color-swatch\">\r\n            <div class=\"color-block\" style=\"background-color: #EAEAEA;\"><\/div>\r\n            <div class=\"color-info\">\r\n                <span class=\"color-hex\">#EAEAEA<\/span>\r\n                <button class=\"copy-btn\">\r\n                     <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" 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                    <span>Copy<\/span>\r\n                <\/button>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"color-swatch\">\r\n            <div class=\"color-block\" style=\"background-color: #EAEAEA;\"><\/div>\r\n            <div class=\"color-info\">\r\n                <span class=\"color-hex\">#EAEAEA<\/span>\r\n                <button class=\"copy-btn\">\r\n                     <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" 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                    <span>Copy<\/span>\r\n                <\/button>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"color-swatch\">\r\n            <div class=\"color-block\" style=\"background-color: #EAEAEA;\"><\/div>\r\n            <div class=\"color-info\">\r\n                <span class=\"color-hex\">#EAEAEA<\/span>\r\n                <button class=\"copy-btn\">\r\n                     <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" 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                    <span>Copy<\/span>\r\n                <\/button>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"color-swatch\">\r\n            <div class=\"color-block\" style=\"background-color: #EAEAEA;\"><\/div>\r\n            <div class=\"color-info\">\r\n                <span class=\"color-hex\">#EAEAEA<\/span>\r\n                <button class=\"copy-btn\">\r\n                     <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" 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                    <span>Copy<\/span>\r\n                <\/button>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Success Message Holder -->\r\n    <div id=\"successMessage\" class=\"success-message\">Color copied to clipboard!<\/div>\r\n<\/div>\r\n\r\n<script>\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n    \r\n    \/\/ --- DOM Element Selection ---\r\n    const generateBtn = document.getElementById('generateBtn');\r\n    const paletteContainer = document.getElementById('paletteContainer');\r\n    const successMessage = document.getElementById('successMessage');\r\n\r\n    \/\/ --- Core Functions ---\r\n\r\n    \/**\r\n     * Generates a single random hex color code.\r\n     * @returns {string} A random hex color like '#A58CE2'.\r\n     *\/\r\n    const generateRandomHex = () => {\r\n        const chars = '0123456789ABCDEF';\r\n        let color = '#';\r\n        for (let i = 0; i < 6; i++) {\r\n            color += chars[Math.floor(Math.random() * 16)];\r\n        }\r\n        return color;\r\n    };\r\n\r\n    \/**\r\n     * Updates the UI with a new palette of 7 colors.\r\n     *\/\r\n    const generatePalette = () => {\r\n        const swatches = paletteContainer.querySelectorAll('.color-swatch');\r\n        swatches.forEach(swatch => {\r\n            const newColor = generateRandomHex();\r\n            const colorBlock = swatch.querySelector('.color-block');\r\n            const colorHex = swatch.querySelector('.color-hex');\r\n\r\n            colorBlock.style.backgroundColor = newColor;\r\n            colorHex.textContent = newColor;\r\n        });\r\n    };\r\n\r\n    \/**\r\n     * Displays a success message for a short duration.\r\n     * @param {string} text The color code that was copied.\r\n     *\/\r\n    const showSuccessMessage = (text) => {\r\n        successMessage.textContent = `${text} copied to clipboard!`;\r\n        successMessage.classList.add('show');\r\n        setTimeout(() => {\r\n            successMessage.classList.remove('show');\r\n        }, 2000); \/\/ Message disappears after 2 seconds\r\n    };\r\n\r\n    \/**\r\n     * Copies text to the user's clipboard.\r\n     * @param {string} text The text to copy.\r\n     *\/\r\n    const copyToClipboard = (text) => {\r\n        if (navigator.clipboard) {\r\n            navigator.clipboard.writeText(text).then(() => {\r\n                showSuccessMessage(text);\r\n            }).catch(err => {\r\n                console.error('Failed to copy: ', err);\r\n                alert('Failed to copy color.');\r\n            });\r\n        } else {\r\n            \/\/ Fallback for older browsers\r\n            alert('Clipboard functionality not available.');\r\n        }\r\n    };\r\n\r\n\r\n    \/\/ --- Event Listeners ---\r\n\r\n    \/\/ Generate a new palette when the main button is clicked.\r\n    generateBtn.addEventListener('click', generatePalette);\r\n\r\n    \/\/ Use event delegation for the copy buttons.\r\n    \/\/ This is more efficient than adding a listener to each button.\r\n    paletteContainer.addEventListener('click', (event) => {\r\n        const copyBtn = event.target.closest('.copy-btn');\r\n        if (copyBtn) {\r\n            const swatch = copyBtn.closest('.color-swatch');\r\n            const hexValue = swatch.querySelector('.color-hex').textContent;\r\n            copyToClipboard(hexValue);\r\n        }\r\n    });\r\n\r\n    \/\/ --- Initial Load ---\r\n    \/\/ Generate the first palette when the page loads.\r\n    generatePalette();\r\n\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-8310168","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>7 Color Palette Generator<\/title>\n<meta name=\"description\" content=\"Instantly generate beautiful and harmonious 7 color palettes with our advanced generator. Perfect for web design, branding, and graphic design. Try it now!\" \/>\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\/7-color-palette-generator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"7 Color Palette Generator\" \/>\n<meta property=\"og:description\" content=\"Instantly generate beautiful and harmonious 7 color palettes with our advanced generator. Perfect for web design, branding, and graphic design. Try it now!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/7-color-palette-generator\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-04T05:39:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-04T05:47:38+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\/7-color-palette-generator\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/7-color-palette-generator\/\"},\"author\":{\"name\":\"liz@148.red\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"headline\":\"7 Color Palette Generator\",\"datePublished\":\"2025-09-04T05:39:00+00:00\",\"dateModified\":\"2025-09-04T05:47:38+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/7-color-palette-generator\/\"},\"wordCount\":5,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/7-color-palette-generator\/\",\"url\":\"https:\/\/elementor.com\/tools\/7-color-palette-generator\/\",\"name\":\"7 Color Palette Generator\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-09-04T05:39:00+00:00\",\"dateModified\":\"2025-09-04T05:47:38+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"description\":\"Instantly generate beautiful and harmonious 7 color palettes with our advanced generator. Perfect for web design, branding, and graphic design. Try it now!\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/7-color-palette-generator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/7-color-palette-generator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/7-color-palette-generator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"7 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":"7 Color Palette Generator","description":"Instantly generate beautiful and harmonious 7 color palettes with our advanced generator. Perfect for web design, branding, and graphic design. Try it now!","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\/7-color-palette-generator\/","og_locale":"en_US","og_type":"article","og_title":"7 Color Palette Generator","og_description":"Instantly generate beautiful and harmonious 7 color palettes with our advanced generator. Perfect for web design, branding, and graphic design. Try it now!","og_url":"https:\/\/elementor.com\/tools\/7-color-palette-generator\/","og_site_name":"Tools","article_published_time":"2025-09-04T05:39:00+00:00","article_modified_time":"2025-09-04T05:47:38+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\/7-color-palette-generator\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/7-color-palette-generator\/"},"author":{"name":"liz@148.red","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"headline":"7 Color Palette Generator","datePublished":"2025-09-04T05:39:00+00:00","dateModified":"2025-09-04T05:47:38+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/7-color-palette-generator\/"},"wordCount":5,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/7-color-palette-generator\/","url":"https:\/\/elementor.com\/tools\/7-color-palette-generator\/","name":"7 Color Palette Generator","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-09-04T05:39:00+00:00","dateModified":"2025-09-04T05:47:38+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"description":"Instantly generate beautiful and harmonious 7 color palettes with our advanced generator. Perfect for web design, branding, and graphic design. Try it now!","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/7-color-palette-generator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/7-color-palette-generator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/7-color-palette-generator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"7 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\/8310168","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=8310168"}],"version-history":[{"count":1,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310168\/revisions"}],"predecessor-version":[{"id":8310170,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310168\/revisions\/8310170"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8310168"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8310168"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8310168"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}