{"id":8310142,"date":"2025-09-04T05:50:49","date_gmt":"2025-09-04T02:50:49","guid":{"rendered":"https:\/\/elementor.com\/tools\/?p=8310142"},"modified":"2025-09-04T05:54:22","modified_gmt":"2025-09-04T02:54:22","slug":"ui-color-palette-generator-tool","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/ui-color-palette-generator-tool\/","title":{"rendered":"UI Color Palette Generator tool"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8310141\" class=\"elementor elementor-8310141\" 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    \/* Main App Container - Adapted from .html-viewer-app *\/\r\n    .color-palette-app {\r\n        width: 100%;\r\n        max-width: 1280px;\r\n        margin: 0 auto;\r\n        padding: 40px 15px;\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    \/* Controls Container - Loosely based on .format-btn-container *\/\r\n    .controls-container {\r\n        display: flex;\r\n        flex-direction: column;\r\n        align-items: center;\r\n        gap: 12px;\r\n        margin-bottom: 40px;\r\n    }\r\n\r\n    \/* Generate Button - Adapted from .format-btn *\/\r\n    .format-btn {\r\n        background-color: #000;\r\n        color: white;\r\n        border: none;\r\n        padding: 12px 24px;\r\n        border-radius: 4px;\r\n        cursor: pointer;\r\n        font-size: 1.125rem;\r\n        font-weight: 500;\r\n        transition: background-color 0.2s;\r\n        min-width: 15rem;\r\n        text-align: center;\r\n    }\r\n\r\n    .format-btn:is(:hover, :focus) {\r\n        background-color: #545454;\r\n    }\r\n\r\n    \/* Hint Text - Inspired by .reset-btn *\/\r\n    .hint-text {\r\n        color: #545454;\r\n        font-size: 0.9rem;\r\n        margin: 0;\r\n    }\r\n\r\n    \/* Palette Container - Adapted from .main-content *\/\r\n    .main-content {\r\n        display: flex;\r\n        gap: 2vw;\r\n        justify-content: center;\r\n        flex-wrap: wrap;\r\n    }\r\n\r\n    \/* Color Card - A new component combining section styles *\/\r\n    .color-card {\r\n        flex: 1;\r\n        min-width: 200px;\r\n        max-width: 240px;\r\n        display: flex;\r\n        flex-direction: column;\r\n        border-radius: 8px;\r\n        overflow: hidden;\r\n        background: white;\r\n        border: 1px solid #EBEBEB;\r\n        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);\r\n        transition: transform 0.2s ease-in-out;\r\n    }\r\n\r\n    .color-card:hover {\r\n        transform: translateY(-5px);\r\n        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08);\r\n    }\r\n\r\n    \/* Color Swatch Area *\/\r\n    .color-swatch {\r\n        height: 250px;\r\n        cursor: pointer;\r\n        position: relative;\r\n        display: flex;\r\n        justify-content: center;\r\n        align-items: flex-end;\r\n        padding-bottom: 10px;\r\n        transition: background-color 0.3s;\r\n    }\r\n\r\n    \/* Lock Button - Styled like a secondary action button *\/\r\n    .lock-btn {\r\n        background: rgba(255, 255, 255, 0.2);\r\n        border: 1px solid rgba(255, 255, 255, 0.4);\r\n        width: 40px;\r\n        height: 40px;\r\n        border-radius: 50%;\r\n        cursor: pointer;\r\n        display: flex;\r\n        justify-content: center;\r\n        align-items: center;\r\n        backdrop-filter: blur(5px);\r\n        transition: background-color 0.2s;\r\n    }\r\n\r\n    .lock-btn:hover {\r\n        background: rgba(255, 255, 255, 0.4);\r\n    }\r\n\r\n    .lock-btn svg {\r\n        width: 20px;\r\n        height: 20px;\r\n        fill: white;\r\n        pointer-events: none; \/* Make sure clicks go to the button *\/\r\n    }\r\n\r\n    .color-card.locked .lock-btn {\r\n        background: rgba(0, 0, 0, 0.25);\r\n    }\r\n\r\n    \/* Color Info Section - Styled like a content area *\/\r\n    .color-info {\r\n        padding: 15px;\r\n        background-color: white;\r\n        text-align: center;\r\n        cursor: pointer;\r\n        font-family: 'Courier New', monospace; \/* Inspired by .code-textarea *\/\r\n        font-size: 1rem;\r\n        font-weight: 500;\r\n        color: #333;\r\n        border-top: 1px solid #EBEBEB;\r\n    }\r\n\r\n    \/* Success Message - Reused from your code *\/\r\n    .success-message {\r\n        position: fixed;\r\n        bottom: 20px;\r\n        left: 50%;\r\n        transform: translate(-50%, 150%);\r\n        background-color: #05047E; \/* Using color from your .section-header *\/\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        transition: all 0.4s ease;\r\n        z-index: 1000;\r\n        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);\r\n    }\r\n\r\n    .success-message.show {\r\n        opacity: 1;\r\n        transform: translate(-50%, 0);\r\n    }\r\n\r\n    \/* Responsive Design *\/\r\n    @media (max-width: 1024px) {\r\n        .main-content {\r\n            gap: 20px;\r\n        }\r\n    }\r\n    @media (max-width: 768px) {\r\n        .color-palette-app {\r\n            padding: 25px 15px;\r\n        }\r\n        .main-content {\r\n            flex-direction: column;\r\n            align-items: center;\r\n            gap: 25px;\r\n        }\r\n        .color-card {\r\n            width: 90%;\r\n            max-width: 350px;\r\n        }\r\n        .color-swatch {\r\n            height: 200px;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"color-palette-app\">\r\n    <div class=\"controls-container\">\r\n        <button id=\"generateBtn\" class=\"format-btn\">Generate Palette<\/button>\r\n        <p class=\"hint-text\">Or just press the \"Spacebar\" to generate new palettes.<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"main-content\" id=\"paletteContainer\">\r\n        <!-- Color cards will be generated by JavaScript here -->\r\n    <\/div>\r\n\r\n    <div id=\"copySuccessMessage\" class=\"success-message\">\r\n        <!-- Message will be set by JS -->\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\n    document.addEventListener('DOMContentLoaded', () => {\r\n        const generateBtn = document.getElementById('generateBtn');\r\n        const paletteContainer = document.getElementById('paletteContainer');\r\n        const copySuccessMessage = document.getElementById('copySuccessMessage');\r\n        const PALETTE_SIZE = 5;\r\n\r\n        \/\/ SVG icons for the lock button\r\n        const unlockedIconSVG = `<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M17 9V8C17 5.23858 14.7614 3 12 3C9.23858 3 7 5.23858 7 8V9H6C4.89543 9 4 9.89543 4 11V20C4 21.1046 4.89543 22 6 22H18C19.1046 22 20 21.1046 20 20V11C20 9.89543 19.1046 9 18 9H17ZM9 8C9 6.34315 10.3431 5 12 5C13.6569 5 15 6.34315 15 8V9H9V8Z\" fill=\"currentColor\"\/><\/svg>`;\r\n        const lockedIconSVG = `<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 15C12.5523 15 13 15.4477 13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16C11 15.4477 11.4477 15 12 15Z\" fill=\"currentColor\"\/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 8V7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7V8H18C19.1046 8 20 8.89543 20 10V19C20 20.1046 19.1046 21 18 21H6C4.89543 21 4 20.1046 4 19V10C4 8.89543 4.89543 8 6 8H7ZM9 8V7C9 5.34315 10.3431 4 12 4C13.6569 4 15 5.34315 15 7V8H9Z\" fill=\"currentColor\"\/><\/svg>`;\r\n\r\n        const generateRandomHex = () => {\r\n            return '#' + Math.floor(Math.random() * 16777215).toString(16).padStart(6, '0').toUpperCase();\r\n        };\r\n\r\n        const showSuccessMessage = (message) => {\r\n            copySuccessMessage.textContent = message;\r\n            copySuccessMessage.classList.add('show');\r\n            setTimeout(() => {\r\n                copySuccessMessage.classList.remove('show');\r\n            }, 2000);\r\n        };\r\n\r\n        const copyToClipboard = (text) => {\r\n            navigator.clipboard.writeText(text).then(() => {\r\n                showSuccessMessage(`Copied ${text} to clipboard!`);\r\n            }).catch(err => {\r\n                console.error('Could not copy text: ', err);\r\n            });\r\n        };\r\n\r\n        const updatePalette = () => {\r\n            const colorCards = paletteContainer.querySelectorAll('.color-card');\r\n            colorCards.forEach(card => {\r\n                if (card.classList.contains('locked')) {\r\n                    return; \/\/ Skip locked cards\r\n                }\r\n\r\n                const hexCode = generateRandomHex();\r\n                const swatch = card.querySelector('.color-swatch');\r\n                const info = card.querySelector('.color-info');\r\n\r\n                swatch.style.backgroundColor = hexCode;\r\n                info.textContent = hexCode;\r\n            });\r\n        };\r\n\r\n        const createPalette = () => {\r\n            paletteContainer.innerHTML = ''; \/\/ Clear existing palette\r\n            for (let i = 0; i < PALETTE_SIZE; i++) {\r\n                const colorCard = document.createElement('div');\r\n                colorCard.classList.add('color-card');\r\n\r\n                colorCard.innerHTML = `\r\n                    <div class=\"color-swatch\">\r\n                        <button class=\"lock-btn\" aria-label=\"Lock color\">\r\n                           ${unlockedIconSVG}\r\n                        <\/button>\r\n                    <\/div>\r\n                    <div class=\"color-info\"><\/div>\r\n                `;\r\n                paletteContainer.appendChild(colorCard);\r\n            }\r\n            updatePalette(); \/\/ Populate with initial colors\r\n        };\r\n\r\n        \/\/ --- Event Listeners ---\r\n        generateBtn.addEventListener('click', updatePalette);\r\n\r\n        document.body.addEventListener('keyup', (e) => {\r\n            if (e.target.tagName.toLowerCase() === 'input' || e.target.tagName.toLowerCase() === 'textarea') {\r\n                return;\r\n            }\r\n            if (e.code === 'Space' || e.key === ' ') {\r\n                e.preventDefault();\r\n                updatePalette();\r\n            }\r\n        });\r\n\r\n        paletteContainer.addEventListener('click', (e) => {\r\n            const target = e.target;\r\n            const card = target.closest('.color-card');\r\n            if (!card) return;\r\n\r\n            \/\/ Handle lock button click\r\n            if (target.closest('.lock-btn')) {\r\n                const lockBtn = target.closest('.lock-btn');\r\n                card.classList.toggle('locked');\r\n                lockBtn.innerHTML = card.classList.contains('locked') ? lockedIconSVG : unlockedIconSVG;\r\n                lockBtn.setAttribute('aria-label', card.classList.contains('locked') ? 'Unlock color' : 'Lock color');\r\n                return;\r\n            }\r\n\r\n            \/\/ Handle copy click (on swatch or info div)\r\n            if (target.closest('.color-swatch') || target.closest('.color-info')) {\r\n                const hexCode = card.querySelector('.color-info').textContent;\r\n                copyToClipboard(hexCode);\r\n            }\r\n        });\r\n\r\n        \/\/ Initial setup\r\n        createPalette();\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-8310142","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>UI Color Palette Generator tool<\/title>\n<meta name=\"description\" content=\"Effortlessly create stunning UI color palettes for your Elementor website. Our UI Color Palette Generator helps you discover harmonious color schemes in 3 simple steps. Perfect for designers and website builders.\" \/>\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\/ui-color-palette-generator-tool\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"UI Color Palette Generator tool\" \/>\n<meta property=\"og:description\" content=\"Effortlessly create stunning UI color palettes for your Elementor website. Our UI Color Palette Generator helps you discover harmonious color schemes in 3 simple steps. Perfect for designers and website builders.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/ui-color-palette-generator-tool\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-04T02:50:49+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-04T02:54:22+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\/ui-color-palette-generator-tool\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/ui-color-palette-generator-tool\/\"},\"author\":{\"name\":\"liz@148.red\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"headline\":\"UI Color Palette Generator tool\",\"datePublished\":\"2025-09-04T02:50:49+00:00\",\"dateModified\":\"2025-09-04T02:54:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/ui-color-palette-generator-tool\/\"},\"wordCount\":7,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/ui-color-palette-generator-tool\/\",\"url\":\"https:\/\/elementor.com\/tools\/ui-color-palette-generator-tool\/\",\"name\":\"UI Color Palette Generator tool\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-09-04T02:50:49+00:00\",\"dateModified\":\"2025-09-04T02:54:22+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"description\":\"Effortlessly create stunning UI color palettes for your Elementor website. Our UI Color Palette Generator helps you discover harmonious color schemes in 3 simple steps. Perfect for designers and website builders.\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/ui-color-palette-generator-tool\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/ui-color-palette-generator-tool\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/ui-color-palette-generator-tool\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"UI Color Palette Generator tool\"}]},{\"@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":"UI Color Palette Generator tool","description":"Effortlessly create stunning UI color palettes for your Elementor website. Our UI Color Palette Generator helps you discover harmonious color schemes in 3 simple steps. Perfect for designers and website builders.","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\/ui-color-palette-generator-tool\/","og_locale":"en_US","og_type":"article","og_title":"UI Color Palette Generator tool","og_description":"Effortlessly create stunning UI color palettes for your Elementor website. Our UI Color Palette Generator helps you discover harmonious color schemes in 3 simple steps. Perfect for designers and website builders.","og_url":"https:\/\/elementor.com\/tools\/ui-color-palette-generator-tool\/","og_site_name":"Tools","article_published_time":"2025-09-04T02:50:49+00:00","article_modified_time":"2025-09-04T02:54:22+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\/ui-color-palette-generator-tool\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/ui-color-palette-generator-tool\/"},"author":{"name":"liz@148.red","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"headline":"UI Color Palette Generator tool","datePublished":"2025-09-04T02:50:49+00:00","dateModified":"2025-09-04T02:54:22+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/ui-color-palette-generator-tool\/"},"wordCount":7,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/ui-color-palette-generator-tool\/","url":"https:\/\/elementor.com\/tools\/ui-color-palette-generator-tool\/","name":"UI Color Palette Generator tool","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-09-04T02:50:49+00:00","dateModified":"2025-09-04T02:54:22+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"description":"Effortlessly create stunning UI color palettes for your Elementor website. Our UI Color Palette Generator helps you discover harmonious color schemes in 3 simple steps. Perfect for designers and website builders.","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/ui-color-palette-generator-tool\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/ui-color-palette-generator-tool\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/ui-color-palette-generator-tool\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"UI Color Palette Generator tool"}]},{"@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\/8310142","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=8310142"}],"version-history":[{"count":1,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310142\/revisions"}],"predecessor-version":[{"id":8310148,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310142\/revisions\/8310148"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8310142"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8310142"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8310142"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}