{"id":48649,"date":"2025-11-26T13:15:40","date_gmt":"2025-11-26T13:15:40","guid":{"rendered":"https:\/\/www.benchmarkemail.com\/de\/?page_id=48649"},"modified":"2025-12-02T10:06:08","modified_gmt":"2025-12-02T10:06:08","slug":"holiday-color-palette","status":"publish","type":"page","link":"https:\/\/www.benchmarkemail.com\/de\/12-days-of-benchmark\/holiday-color-palette\/","title":{"rendered":"Frische Farbpaletten f\u00fcr die Feiertage"},"content":{"rendered":"\n<h1>\n\t\t\tFrische Farbpaletten f\u00fcr die Feiertage\t<\/h1>\n\t<p>(HEX-Codes enthalten)<\/p>\n\t<p>Feiertagskampagnen m\u00fcssen nicht immer die gleichen alten Rot- und Gr\u00fcnt\u00f6ne verwenden. Mit den richtigen Farben k\u00f6nnen Ihre E-Mails festlich und markengerecht wirken.<\/p>\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.benchmarkemail.com\/wp-content\/uploads\/2025\/11\/bottom-wave.png\" alt=\"bottom-wave.png\" itemprop=\"image\" title=\"bottom-wave.png\" onerror=\"this.style.display='none'\" loading=\"lazy\" \/>\n\t<p>Hier sind drei moderne, saisonale Paletten &#8211; komplett mit HEX-Codes -, die Sie direkt in Ihre E-Mail-Software kopieren k\u00f6nnen:<\/p>\n      <!-- SVG bulb -->\n      \n       Klicken Sie auf eine beliebige Farbe, um den HEX-Code sofort zu kopieren.\n      \n<h2>\n\t\t\tPalette Nr. 1: Gem\u00fctlich &#038; klassisch\t<\/h2>\n\t<p>Warme T\u00f6ne mit einem Hauch von Glanz.<\/p>\n\t<style>\n    \/* Overall container for the table *\/\n    .color-table-wrapper {\n        font-family: 'Poppins', sans-serif;\n        border-radius: 8px;\n        overflow: hidden;\n        border: 2px solid #3C3549;\n    }\n    .color-table-wrapper table {\n        width: 100%;\n        border-collapse: collapse;\n        table-layout: fixed;\n    }\n    \/* Header cells *\/\n    .color-table-wrapper th {\n        background-color: #fff;\n        height:54px;\n        padding: 18px 20px;\n        text-align:left;\n        font-family: 'Song Myung', serif;\n        font-weight: 400;\n        font-style: normal;\n        font-size: 20px;\n        line-height: 100%;\n        vertical-align: middle;\n        color: #000000;\n    }\n    \/* Data cells *\/\n    .color-table-wrapper td {\n        padding: 18px 20px;\n        height:110px;\n        text-align: center;\n        font-family: 'Poppins', sans-serif;\n        font-weight: 400;\n        font-style: normal;\n        font-size: 20px;\n        line-height: 100%;\n        vertical-align: middle;\n    }\n\/* Keep first column left-aligned *\/\n.color-table-wrapper th:first-child,\n.color-table-wrapper td:first-child {\n    text-align: left;\n}\n\/* Keep hex code (2nd col) and RGB (3rd col) left-aligned *\/\n.color-table-wrapper th:nth-child(2),\n.color-table-wrapper td:nth-child(2),\n.color-table-wrapper th:nth-child(3),\n.color-table-wrapper td:nth-child(3) {\n    text-align: left;\n}\n    \/* Row-specific background and text colors *\/\n    .color-table-wrapper .row-purple {\n        background-color:#8B1E3F;\n        color: #fff;\n    }\n    .color-table-wrapper .row-offwhite {\n        background-color:#FBB040;\n        color: #3C3549;\n    }\n    .color-table-wrapper .row-nightrider {\n        background-color:#1F5633;\n        color: #fff;\n    }\n    .color-table-wrapper .row-pink {\n        background-color:#FEF9F2;\n        color: #3C3549;\n    }\n    \/* Border styling for rows *\/\n    .color-table-wrapper tr {\n        border-bottom: 2px solid #3C3549;\n    }\n    .color-table-wrapper tr:last-child {\n        border-bottom: none;\n    }\n\/*Table secondary*\/\n\/* Row-specific background and text colors *\/\n    .color-table-wrapper .row-spurple {\n        background-color: #F7EEFF;\n      color: #3C3549;\n      border-top:2px solid #3C3549 ;\n    }\n    .color-table-wrapper .row-purplerain {\n        background-color: #DCB8FE;\n        color: #3C3549;\n    }\n    .color-table-wrapper .row-teal {\n        background-color:#009499;\n        color: #fff;\n    }\n    .color-table-wrapper .row-grape {\n        background-color: #6A2FAF;\n        color:#fff;\n    }\n    \/* Border styling for rows *\/\n    .color-table-wrapper tr {\n        border-bottom: 2px solid #3C3549;\n    }\n    .color-table-wrapper tr:last-child {\n        border-bottom: none;\n    }\n    \/* Border styling for rows *\/\n    .color-table-wrapper tr {\n        border-bottom: 2px solid #3C3549;\n    }\n    .color-table-wrapper tr:last-child {\n        border-bottom: none;\n    }\n .color-table-wrapper .copyable {\n    cursor: pointer;\n    display: inline-flex;\n    align-items: center;\n    position: relative; \/* important so absolute children are positioned correctly *\/\n    gap: 0px;\n}\n.color-table-wrapper .copied-text {\n    display: none;\n    position: absolute;\n    left: 30px; \/* adjust so it sits right next to the icon *\/\n    top:-20%;\n    transform: translateY(-50%);\n    font-family: 'Poppins', Sans-Serif;\n    font-weight: 400;\n    font-style: normal;\n    font-size: 14px;\n    line-height: 20px;\n    letter-spacing: 0.25px;\n    color: #fff;\n    white-space: nowrap;\n}\n.color-table-wrapper .show-copied {\n    display: inline-block;\n    padding: 8px; \/* smaller padding to reduce box size *\/\n    border-radius: 8px;\n    min-width: 69px;\n    min-height: 36px;\n    background: var(--Neutrals-Text-Primary, #3C3A40);\n    box-shadow: 0px 2px 12px 0px #0000001A;\n    animation: fade 1.5s ease-in-out;\n}\n.color-table-wrapper .copyable .code-text {\n    position: relative;\n    opacity: 1;\n    transition: opacity 0.3s ease;\n}\n.color-table-wrapper .copyable .icon {\n    position: absolute;\n    opacity: 0;\n    transition: opacity 0.3s ease;\n    width: 24px;\n    height: 24px;\n}\n    .color-table-wrapper .copyable:hover .code-text {\n        opacity: 0;\n    }\n    .color-table-wrapper .copyable:hover .icon {\n        opacity: 1;\n    }\n    .color-table-wrapper .copyable .copied {\n        position: absolute;\n        align-items: center;\n        background-color: #3c3549;\n        border-radius: 8px;\n        color: #fff;\n        display: flex;\n        font-family: sans-serif;\n        font-size: 14px;\n        font-weight: 500;\n        gap: 8px;\n        justify-content: center;\n        padding: 8px 12px;\n    }\n    .color-table-wrapper .copied .icon::after {\n        content: 'Copied';\n        position: absolute;\n        top: -20px;\n        right: 0;\n        background: #333;\n        color: #fff;\n        font-size: 12px;\n        padding: 2px 6px;\n        border-radius: 4px;\n        animation: fade 1.5s ease-in-out;\n        opacity: 0;\n    }\n    \/* Animation for the tooltip fade effect *\/\n    @keyframes fade {\n        0% {\n            opacity: 0;\n            transform: translateY(-10px);\n        }\n        10% {\n            opacity: 1;\n            transform: translateY(0);\n        }\n        90% {\n            opacity: 1;\n            transform: translateY(0);\n        }\n        100% {\n            opacity: 0;\n            transform: translateY(-10px);\n        }\n    }\n    \/* ----------- Tablet (\u2264 1024px) ----------- *\/\n    @media (max-width: 1024px) {\n        .color-table-wrapper th,\n        .color-table-wrapper td {\n            font-size: 17px;\n            padding: 14px 16px;\n            height: 90px;\n        }\n    }\n    \/* ----------- Mobile (\u2264 768px) ----------- *\/\n    @media (max-width: 768px) {\n        .color-table-wrapper {\n            overflow-x: auto;\n        }\n        .color-table-wrapper table {\n            min-width: 550px;\n        }\n        .color-table-wrapper th,\n        .color-table-wrapper td {\n            font-size: 15px;\n            padding: 12px 12px;\n            height: 80px;\n        }\n    }\n    \/* ----------- Extra Small Devices (\u2264 480px) ----------- *\/\n    @media (max-width: 480px) {\n        .color-table-wrapper table {\n            min-width: 500px;\n        }\n        .color-table-wrapper th,\n        .color-table-wrapper td {\n            font-size: 14px;\n            padding: 10px 10px;\n            height: 70px;\n        }\n    }\n<\/style>\n    <table>\n        <thead>\n            <tr>\n                <th>Farbe<\/th>\n                <th>HEX<\/th>\n                <th>RGB<\/th>\n            <\/tr>\n        <\/thead>\n        <tbody>\n            <tr>\n                <td>Tiefes Cranberry<\/td>\n                <td>\n                        #8B1E3F\n                          Copied\n                <\/td>\n                <td>\n                        139 30 63 100%\n                          Copied\n                <\/td>\n            <\/tr>\n            <tr>\n                <td>Goldener Schimmer<\/td>\n                <td>\n                        #FBB040\n                          Copied\n                <\/td>\n                <td>\n                        251 176 64 100%\n                          Copied\n                <\/td>\n            <\/tr>\n            <tr>\n                <td>Evergreen<\/td>\n                <td>\n                        #1F5633\n                          Copied\n                <\/td>\n                <td>\n                        31  86 51 100%\n                          Copied\n                <\/td>\n            <\/tr>\n            <tr>\n                <td>Zartes Creme<\/td>\n                <td>\n                        #FEF9F2\n                          Copied\n                <\/td>\n                <td>\n                        254 249 242 100%\n                          Copied\n                <\/td>\n            <\/tr>\n        <\/tbody>\n    <\/table>\n      <!-- SVG bulb -->\n      \n<b>      Perfekt f\u00fcr:<\/b> Traditionelle Weihnachtswerbung mit einem raffinierten Twist.\n      \n<h2>\n\t\t\tPalette Nr. 2: Winterwunderland\t<\/h2>\n\t<p>K\u00fchl und klar mit einem Hauch von Magie.<\/p>\n\t<style>\n\/*Table secondary*\/\n\/* Row-specific background and text colors *\/\n    .color-table-wrapper .row-teal {\n        background-color:#009499;\n      color: #3C3549;\n      border-top:2px solid #3C3549 ;\n    }\n    .color-table-wrapper .row-icy {\n        background-color:#3CB7E8;\n        color: #3C3549;\n    }\n    .color-table-wrapper .row-lav {\n        background-color:#F1E3FF;\n        color: #3C3549;\n    }\n    .color-table-wrapper .row-gra{\n        background-color: #FFFFFF;\n        color: #3C3549;\n    }\n<\/style>\n    <table>\n        <thead>\n            <tr>\n                <th>Farbe<\/th>\n                <th>HEX<\/th>\n                <th>RGB<\/th>\n            <\/tr>\n        <\/thead>\n        <tbody>\n            <tr>\n                <td>Frostiges Blaugr\u00fcn<\/td>\n                <td>\n                        #009499\n                          Copied\n                <\/td>\n                <td>\n                        0 148 153 100%\n                          Copied\n                <\/td>\n            <\/tr>\n            <tr>\n                <td>Eisblau<\/td>\n                <td>\n                        #3CB7E8\n                          Copied\n                <\/td>\n                <td>\n                        60 183 232 100%\n                          Copied\n                <\/td>\n            <\/tr>\n            <tr>\n                <td>Zartes Lavendel<\/td>\n                <td>\n                        #F1E3FF\n                          Copied\n                <\/td>\n                <td>\n                        241 227 255  100%\n                          Copied\n                <\/td>\n            <\/tr>\n            <tr>\n                <td>Schneewei\u00df<\/td>\n                <td>\n                        #FFFFFF\n                          Copied\n                <\/td>\n                <td>\n                        255 255 255 100%\n                          Copied\n                <\/td>\n            <\/tr>\n        <\/tbody>\n    <\/table>\n      <!-- SVG bulb -->\n      \n<b>      Ideal f\u00fcr:<\/b> Neujahrs-E-Mails, saisonale Updates oder Gastronomie-Kampagnen.\n      \n<h2>\n\t\t\tPalette Nr. 3: Modern und hell\t<\/h2>\n\t<p>Verspielt, mutig und ein wenig \u00fcberraschend.<\/p>\n\t<style>\n\/*neutral table *\/\n \/* Row-specific background and text colors *\/\n    .color-table-wrapper .row-rainygray {\n        background-color:#751165;\n      color: #fff;\n      border-top:2px solid #3C3549 ;\n    }\n    .color-table-wrapper .row-jungle {\n        background-color:#B34EF4;\n        color: #3C3549;\n    }\n    .color-table-wrapper .row-office {\n        background-color:#F297DA;\n            color: #3C3549;\n    }\n    .color-table-wrapper .row-cloud {\n        background-color:#C1F5F1;\n          color: #3C3549;\n    }\n<\/style>\n    <table>\n        <thead>\n            <tr>\n                <th>Farbe<\/th>\n                <th>HEX<\/th>\n                <th>RGB<\/th>\n            <\/tr>\n        <\/thead>\n        <tbody>\n            <tr>\n                <td>Beerenpunsch<\/td>\n                <td>\n                        #751165\n                                            Copied\n                <\/td>\n                <td>\n                        117 17 101 100%\n                                            Copied\n                <\/td>\n            <\/tr>\n            <tr>\n                <td>Leuchtendes Violett<\/td>\n                <td>\n                        #B34EF4\n                                            Copied\n                <\/td>\n                <td>\n                        179 78 244 100%\n                          Copied\n                <\/td>\n            <\/tr>\n            <tr>\n                <td>Weihnachtsrosa<\/td>\n                <td>\n                        #F297DA\n                                            Copied\n                <\/td>\n                <td>\n                        242 151 218  100%\n                                            Copied\n                <\/td>\n            <\/tr>\n            <tr>\n                <td>Minzfrisch<\/td>\n                <td>\n                        #C1F5F1\n                          Copied\n                <\/td>\n                <td>\n                        193 245 241 100%\n                                            Copied\n                <\/td>\n            <\/tr>\n        <\/tbody>\n    <\/table>\n      <!-- SVG bulb -->\n      \n<b>      Ideal f\u00fcr:<\/b> E-Commerce, Restaurants und alle Marken, die f\u00fcr Aufsehen sorgen m\u00f6chten.\n      \n\t<p>F\u00fcgen Sie diese HEX-Codes in Ihre n\u00e4chste Vorlage ein, testen Sie, wie sie mit Ihren Markenfarben harmonieren, und beobachten Sie, wie sich Ihre Kampagnen von der Flut an roten und gr\u00fcnen E-Mails abheben.<\/p>\n\n","protected":false},"excerpt":{"rendered":"<p>Frische Farbpaletten f\u00fcr die Feiertage (HEX-Codes enthalten) Feiertagskampagnen m\u00fcssen nicht immer die gleichen alten Rot- und Gr\u00fcnt\u00f6ne verwenden. Mit den richtigen Farben k\u00f6nnen Ihre E-Mails festlich und markengerecht wirken. Hier sind drei moderne, saisonale Paletten &#8211; komplett mit HEX-Codes -, die Sie direkt in Ihre E-Mail-Software kopieren k\u00f6nnen: Klicken Sie auf eine beliebige Farbe, um&hellip;<\/p>\n","protected":false},"author":7,"featured_media":0,"parent":48586,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-48649","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Frische Farbpaletten f\u00fcr die Feiertage - Benchmark Email<\/title>\n<meta name=\"description\" content=\"Nutzen Sie diese frischen Farbpaletten f\u00fcr die Feiertage und gestalten Sie Ihre Nachrichten auf eine Weise, die sowohl klassisch als auch neu ist. Ihre Abonnenten werden es zu sch\u00e4tzen wissen.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.benchmarkemail.com\/de\/12-days-of-benchmark\/holiday-color-palette\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Frische Farbpaletten f\u00fcr die Feiertage - Benchmark Email\" \/>\n<meta property=\"og:description\" content=\"Nutzen Sie diese frischen Farbpaletten f\u00fcr die Feiertage und gestalten Sie Ihre Nachrichten auf eine Weise, die sowohl klassisch als auch neu ist. Ihre Abonnenten werden es zu sch\u00e4tzen wissen.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.benchmarkemail.com\/de\/12-days-of-benchmark\/holiday-color-palette\/\" \/>\n<meta property=\"og:site_name\" content=\"Marketing-Blog von Benchmark Email\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/BenchmarkEmail\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-02T10:06:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.benchmarkemail.com\/wp-content\/uploads\/2025\/11\/bottom-wave.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@benchmarkemail\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.benchmarkemail.com\\\/de\\\/12-days-of-benchmark\\\/holiday-color-palette\\\/\",\"url\":\"https:\\\/\\\/www.benchmarkemail.com\\\/de\\\/12-days-of-benchmark\\\/holiday-color-palette\\\/\",\"name\":\"Frische Farbpaletten f\u00fcr die Feiertage - Benchmark Email\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.benchmarkemail.com\\\/de\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.benchmarkemail.com\\\/de\\\/12-days-of-benchmark\\\/holiday-color-palette\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.benchmarkemail.com\\\/de\\\/12-days-of-benchmark\\\/holiday-color-palette\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.benchmarkemail.com\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/bottom-wave.png\",\"datePublished\":\"2025-11-26T13:15:40+00:00\",\"dateModified\":\"2025-12-02T10:06:08+00:00\",\"description\":\"Nutzen Sie diese frischen Farbpaletten f\u00fcr die Feiertage und gestalten Sie Ihre Nachrichten auf eine Weise, die sowohl klassisch als auch neu ist. Ihre Abonnenten werden es zu sch\u00e4tzen wissen.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.benchmarkemail.com\\\/de\\\/12-days-of-benchmark\\\/holiday-color-palette\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.benchmarkemail.com\\\/de\\\/12-days-of-benchmark\\\/holiday-color-palette\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.benchmarkemail.com\\\/de\\\/12-days-of-benchmark\\\/holiday-color-palette\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.benchmarkemail.com\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/bottom-wave.png\",\"contentUrl\":\"https:\\\/\\\/www.benchmarkemail.com\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/bottom-wave.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.benchmarkemail.com\\\/de\\\/12-days-of-benchmark\\\/holiday-color-palette\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.benchmarkemail.com\\\/de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"12 Tage Weihnachtsgeschenke \u2013 Benchmark Email\",\"item\":\"https:\\\/\\\/www.benchmarkemail.com\\\/de\\\/12-days-of-benchmark\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Frische Farbpaletten f\u00fcr die Feiertage\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.benchmarkemail.com\\\/de\\\/#website\",\"url\":\"https:\\\/\\\/www.benchmarkemail.com\\\/de\\\/\",\"name\":\"Marketing-Blog von Benchmark Email\",\"description\":\"Digitales Marketing-Tool. Erfahren Sie mehr \u00fcber E-Mail-Marketing, Automatisierung, Lead-Gewinnung und -Pflege, etc.\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.benchmarkemail.com\\\/de\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.benchmarkemail.com\\\/de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.benchmarkemail.com\\\/de\\\/#organization\",\"name\":\"Benchmark Internet Group, LLC\",\"url\":\"https:\\\/\\\/www.benchmarkemail.com\\\/de\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.benchmarkemail.com\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.benchmarkemail.com\\\/de\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/2019\\\/09\\\/benchmark-logo.svg\",\"contentUrl\":\"https:\\\/\\\/www.benchmarkemail.com\\\/de\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/2019\\\/09\\\/benchmark-logo.svg\",\"width\":1,\"height\":1,\"caption\":\"Benchmark Internet Group, LLC\"},\"image\":{\"@id\":\"https:\\\/\\\/www.benchmarkemail.com\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/BenchmarkEmail\",\"https:\\\/\\\/x.com\\\/benchmarkemail\",\"https:\\\/\\\/www.instagram.com\\\/benchmarkemail\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/benchmark-email\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCS2asc1Z3ugpfkpnF2_mdbA\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Frische Farbpaletten f\u00fcr die Feiertage - Benchmark Email","description":"Nutzen Sie diese frischen Farbpaletten f\u00fcr die Feiertage und gestalten Sie Ihre Nachrichten auf eine Weise, die sowohl klassisch als auch neu ist. Ihre Abonnenten werden es zu sch\u00e4tzen wissen.","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:\/\/www.benchmarkemail.com\/de\/12-days-of-benchmark\/holiday-color-palette\/","og_locale":"en_US","og_type":"article","og_title":"Frische Farbpaletten f\u00fcr die Feiertage - Benchmark Email","og_description":"Nutzen Sie diese frischen Farbpaletten f\u00fcr die Feiertage und gestalten Sie Ihre Nachrichten auf eine Weise, die sowohl klassisch als auch neu ist. Ihre Abonnenten werden es zu sch\u00e4tzen wissen.","og_url":"https:\/\/www.benchmarkemail.com\/de\/12-days-of-benchmark\/holiday-color-palette\/","og_site_name":"Marketing-Blog von Benchmark Email","article_publisher":"https:\/\/www.facebook.com\/BenchmarkEmail","article_modified_time":"2025-12-02T10:06:08+00:00","og_image":[{"url":"https:\/\/www.benchmarkemail.com\/wp-content\/uploads\/2025\/11\/bottom-wave.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@benchmarkemail","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.benchmarkemail.com\/de\/12-days-of-benchmark\/holiday-color-palette\/","url":"https:\/\/www.benchmarkemail.com\/de\/12-days-of-benchmark\/holiday-color-palette\/","name":"Frische Farbpaletten f\u00fcr die Feiertage - Benchmark Email","isPartOf":{"@id":"https:\/\/www.benchmarkemail.com\/de\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.benchmarkemail.com\/de\/12-days-of-benchmark\/holiday-color-palette\/#primaryimage"},"image":{"@id":"https:\/\/www.benchmarkemail.com\/de\/12-days-of-benchmark\/holiday-color-palette\/#primaryimage"},"thumbnailUrl":"https:\/\/www.benchmarkemail.com\/wp-content\/uploads\/2025\/11\/bottom-wave.png","datePublished":"2025-11-26T13:15:40+00:00","dateModified":"2025-12-02T10:06:08+00:00","description":"Nutzen Sie diese frischen Farbpaletten f\u00fcr die Feiertage und gestalten Sie Ihre Nachrichten auf eine Weise, die sowohl klassisch als auch neu ist. Ihre Abonnenten werden es zu sch\u00e4tzen wissen.","breadcrumb":{"@id":"https:\/\/www.benchmarkemail.com\/de\/12-days-of-benchmark\/holiday-color-palette\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.benchmarkemail.com\/de\/12-days-of-benchmark\/holiday-color-palette\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.benchmarkemail.com\/de\/12-days-of-benchmark\/holiday-color-palette\/#primaryimage","url":"https:\/\/www.benchmarkemail.com\/wp-content\/uploads\/2025\/11\/bottom-wave.png","contentUrl":"https:\/\/www.benchmarkemail.com\/wp-content\/uploads\/2025\/11\/bottom-wave.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.benchmarkemail.com\/de\/12-days-of-benchmark\/holiday-color-palette\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.benchmarkemail.com\/de\/"},{"@type":"ListItem","position":2,"name":"12 Tage Weihnachtsgeschenke \u2013 Benchmark Email","item":"https:\/\/www.benchmarkemail.com\/de\/12-days-of-benchmark\/"},{"@type":"ListItem","position":3,"name":"Frische Farbpaletten f\u00fcr die Feiertage"}]},{"@type":"WebSite","@id":"https:\/\/www.benchmarkemail.com\/de\/#website","url":"https:\/\/www.benchmarkemail.com\/de\/","name":"Marketing-Blog von Benchmark Email","description":"Digitales Marketing-Tool. Erfahren Sie mehr \u00fcber E-Mail-Marketing, Automatisierung, Lead-Gewinnung und -Pflege, etc.","publisher":{"@id":"https:\/\/www.benchmarkemail.com\/de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.benchmarkemail.com\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.benchmarkemail.com\/de\/#organization","name":"Benchmark Internet Group, LLC","url":"https:\/\/www.benchmarkemail.com\/de\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.benchmarkemail.com\/de\/#\/schema\/logo\/image\/","url":"https:\/\/www.benchmarkemail.com\/de\/wp-content\/uploads\/sites\/5\/2019\/09\/benchmark-logo.svg","contentUrl":"https:\/\/www.benchmarkemail.com\/de\/wp-content\/uploads\/sites\/5\/2019\/09\/benchmark-logo.svg","width":1,"height":1,"caption":"Benchmark Internet Group, LLC"},"image":{"@id":"https:\/\/www.benchmarkemail.com\/de\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/BenchmarkEmail","https:\/\/x.com\/benchmarkemail","https:\/\/www.instagram.com\/benchmarkemail\/","https:\/\/www.linkedin.com\/company\/benchmark-email\/","https:\/\/www.youtube.com\/channel\/UCS2asc1Z3ugpfkpnF2_mdbA"]}]}},"_links":{"self":[{"href":"https:\/\/www.benchmarkemail.com\/de\/wp-json\/wp\/v2\/pages\/48649","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.benchmarkemail.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.benchmarkemail.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.benchmarkemail.com\/de\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.benchmarkemail.com\/de\/wp-json\/wp\/v2\/comments?post=48649"}],"version-history":[{"count":0,"href":"https:\/\/www.benchmarkemail.com\/de\/wp-json\/wp\/v2\/pages\/48649\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/www.benchmarkemail.com\/de\/wp-json\/wp\/v2\/pages\/48586"}],"wp:attachment":[{"href":"https:\/\/www.benchmarkemail.com\/de\/wp-json\/wp\/v2\/media?parent=48649"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}