{"id":48649,"date":"2025-11-26T15:01:49","date_gmt":"2025-11-26T15:01:49","guid":{"rendered":"https:\/\/www.benchmarkemail.com\/jp\/?page_id=48649"},"modified":"2026-04-08T18:05:24","modified_gmt":"2026-04-08T18:05:24","slug":"holiday-color-palette","status":"publish","type":"page","link":"https:\/\/www.benchmarkemail.com\/jp\/12-days-of-benchmark\/holiday-color-palette\/","title":{"rendered":"Fresh Holiday Color Palettes"},"content":{"rendered":"\n<h1>\n\t\t\tFresh Holiday Color Palettes\t<\/h1>\n\t<p>(HEX Codes Included)<\/p>\n\t<p>Holiday campaigns don&#8217;t have to mean the same old red-and-green. With the right colors, your emails can feel festive and on-brand.<\/p>\n<figure itemscope itemtype=\"https:\/\/schema.org\/ImageObject\">\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\" title=\"bottom-wave.png\" onerror=\"this.style.display='none'\" loading=\"lazy\" \/>\n\t<\/figure>\n\t<p>Here are three modern, seasonal palettes-complete<br \/>with HEX codes-that you can copy straight into your email software:<\/p>\n      <!-- SVG bulb -->\n      \n       Click any color to copy its HEX code instantly.\n      \n<h2>\n\t\t\tPalette #1: Cozy &#038; Classic\t<\/h2>\n\t<p>Warm tones with a touch of sparkle.<\/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>Color<\/th>\n                <th>HEX<\/th>\n                <th>RGB<\/th>\n            <\/tr>\n        <\/thead>\n        <tbody>\n            <tr>\n                <td>Deep Cranberry<\/td>\n                <td>\n                        #8B1E3F\n                          \u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f\n                <\/td>\n                <td>\n                        139 30 63 100%\n                          \u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f\n                <\/td>\n            <\/tr>\n            <tr>\n                <td>Golden Glow<\/td>\n                <td>\n                        #FBB040\n                          \u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f\n                <\/td>\n                <td>\n                        251 176 64 100%\n                          \u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f\n                <\/td>\n            <\/tr>\n            <tr>\n                <td>Evergreen<\/td>\n                <td>\n                        #1F5633\n                          \u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f\n                <\/td>\n                <td>\n                        31  86 51 100%\n                          \u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f\n                <\/td>\n            <\/tr>\n            <tr>\n                <td>Soft Cream<\/td>\n                <td>\n                        #FEF9F2\n                          \u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f\n                <\/td>\n                <td>\n                        254 249 242 100%\n                          \u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f\n                <\/td>\n            <\/tr>\n        <\/tbody>\n    <\/table>\n      <!-- SVG bulb -->\n      \n<b>      Perfect for:<\/b>  Traditional holiday promos with a polished twist.\n      \n<h2>\n\t\t\tPalette #2: Winter Wonderland\t<\/h2>\n\t<p>Cool and crisp with a hint of magic.<\/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>Color<\/th>\n                <th>HEX<\/th>\n                <th>RGB<\/th>\n            <\/tr>\n        <\/thead>\n        <tbody>\n            <tr>\n                <td>Frosty Teal<\/td>\n                <td>\n                        #009499\n                          \u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f\n                <\/td>\n                <td>\n                        0 148 153 100%\n                          \u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f\n                <\/td>\n            <\/tr>\n            <tr>\n                <td>Icy Blue<\/td>\n                <td>\n                        #3CB7E8\n                          \u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f\n                <\/td>\n                <td>\n                        60 183 232 100%\n                          \u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f\n                <\/td>\n            <\/tr>\n            <tr>\n                <td>Soft Lavender<\/td>\n                <td>\n                        #F1E3FF\n                          \u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f\n                <\/td>\n                <td>\n                        241 227 255  100%\n                          \u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f\n                <\/td>\n            <\/tr>\n            <tr>\n                <td>Snow White<\/td>\n                <td>\n                        #FFFFFF\n                          \u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f\n                <\/td>\n                <td>\n                        255 255 255 100%\n                          \u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f\n                <\/td>\n            <\/tr>\n        <\/tbody>\n    <\/table>\n      <!-- SVG bulb -->\n      \n<b>      Perfect for:<\/b> New Year&#8217;s emails, seasonal updates, or hospitality campaigns.\n      \n<h2>\n\t\t\tPalette #3: Modern &#038; Bright\t<\/h2>\n\t<p>Playful, bold, and a little unexpected.<\/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>Color<\/th>\n                <th>HEX<\/th>\n                <th>RGB<\/th>\n            <\/tr>\n        <\/thead>\n        <tbody>\n            <tr>\n                <td>Berry Punch<\/td>\n                <td>\n                        #751165\n                                            \u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f\n                <\/td>\n                <td>\n                        117 17 101 100%\n                                            \u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f\n                <\/td>\n            <\/tr>\n            <tr>\n                <td>Bright Violet<\/td>\n                <td>\n                        #B34EF4\n                                            \u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f\n                <\/td>\n                <td>\n                        179 78 244 100%\n                          \u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f\n                <\/td>\n            <\/tr>\n            <tr>\n                <td>Holiday Pink<\/td>\n                <td>\n                        #F297DA\n                                            \u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f\n                <\/td>\n                <td>\n                        242 151 218  100%\n                                            \u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f\n                <\/td>\n            <\/tr>\n            <tr>\n                <td>Minty Fresh<\/td>\n                <td>\n                        #C1F5F1\n                          \u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f\n                <\/td>\n                <td>\n                        193 245 241 100%\n                                            \u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f\n                <\/td>\n            <\/tr>\n        <\/tbody>\n    <\/table>\n      <!-- SVG bulb -->\n      \n<b>      Perfect for:<\/b> eCommerce, restaurants, and any brand looking to make a splash.\n      \n\t<p>Drop these HEX codes into your next template, test how they play with your brand colors, and watch your campaigns stand out from a sea of inbox red and green.<\/p>\n\n","protected":false},"excerpt":{"rendered":"<p>Fresh Holiday Color Palettes (HEX Codes Included) Holiday campaigns don&#8217;t have to mean the same old red-and-green. With the right colors, your emails can feel festive and on-brand. Here are three modern, seasonal palettes-completewith HEX codes-that you can copy straight into your email software: Click any color to copy its HEX code instantly. Palette #1:&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 v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Fresh Holiday Color Palettes - Benchmark Email<\/title>\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\/jp\/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=\"Fresh Holiday Color Palettes - Benchmark Email\" \/>\n<meta property=\"og:description\" content=\"Fresh Holiday Color Palettes (HEX Codes Included) Holiday campaigns don&#8217;t have to mean the same old red-and-green. With the right colors, your emails can feel festive and on-brand. Here are three modern, seasonal palettes-completewith HEX codes-that you can copy straight into your email software: Click any color to copy its HEX code instantly. Palette #1:&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.benchmarkemail.com\/jp\/12-days-of-benchmark\/holiday-color-palette\/\" \/>\n<meta property=\"og:site_name\" content=\"Benchmark Email \u65e5\u672c\u8a9e\u7248\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/BenchmarkEmailJapan\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-08T18:05:24+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=\"@BenchmarkJP\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.benchmarkemail.com\\\/jp\\\/12-days-of-benchmark\\\/holiday-color-palette\\\/\",\"url\":\"https:\\\/\\\/www.benchmarkemail.com\\\/jp\\\/12-days-of-benchmark\\\/holiday-color-palette\\\/\",\"name\":\"Fresh Holiday Color Palettes - Benchmark Email\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.benchmarkemail.com\\\/jp\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.benchmarkemail.com\\\/jp\\\/12-days-of-benchmark\\\/holiday-color-palette\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.benchmarkemail.com\\\/jp\\\/12-days-of-benchmark\\\/holiday-color-palette\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.benchmarkemail.com\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/bottom-wave.png\",\"datePublished\":\"2025-11-26T15:01:49+00:00\",\"dateModified\":\"2026-04-08T18:05:24+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.benchmarkemail.com\\\/jp\\\/12-days-of-benchmark\\\/holiday-color-palette\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.benchmarkemail.com\\\/jp\\\/12-days-of-benchmark\\\/holiday-color-palette\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.benchmarkemail.com\\\/jp\\\/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\\\/jp\\\/12-days-of-benchmark\\\/holiday-color-palette\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.benchmarkemail.com\\\/jp\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"12days of christmas\",\"item\":\"https:\\\/\\\/www.benchmarkemail.com\\\/jp\\\/12-days-of-benchmark\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Fresh Holiday Color Palettes\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.benchmarkemail.com\\\/jp\\\/#website\",\"url\":\"https:\\\/\\\/www.benchmarkemail.com\\\/jp\\\/\",\"name\":\"Benchmark Email \u65e5\u672c\u8a9e\u7248\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.benchmarkemail.com\\\/jp\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.benchmarkemail.com\\\/jp\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.benchmarkemail.com\\\/jp\\\/#organization\",\"name\":\"Benchmark Email\",\"url\":\"https:\\\/\\\/www.benchmarkemail.com\\\/jp\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.benchmarkemail.com\\\/jp\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.benchmarkemail.com\\\/jp\\\/wp-content\\\/uploads\\\/sites\\\/10\\\/2020\\\/06\\\/dark-bm-horizontal-logo.png\",\"contentUrl\":\"https:\\\/\\\/www.benchmarkemail.com\\\/jp\\\/wp-content\\\/uploads\\\/sites\\\/10\\\/2020\\\/06\\\/dark-bm-horizontal-logo.png\",\"width\":801,\"height\":253,\"caption\":\"Benchmark Email\"},\"image\":{\"@id\":\"https:\\\/\\\/www.benchmarkemail.com\\\/jp\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/BenchmarkEmailJapan\",\"https:\\\/\\\/x.com\\\/BenchmarkJP\",\"https:\\\/\\\/www.instagram.com\\\/benchmarkjapan\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/benchmark-email-japan\\\/\",\"https:\\\/\\\/www.youtube.com\\\/user\\\/benchmarkJapan\\\/featured\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Fresh Holiday Color Palettes - Benchmark Email","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\/jp\/12-days-of-benchmark\/holiday-color-palette\/","og_locale":"en_US","og_type":"article","og_title":"Fresh Holiday Color Palettes - Benchmark Email","og_description":"Fresh Holiday Color Palettes (HEX Codes Included) Holiday campaigns don&#8217;t have to mean the same old red-and-green. With the right colors, your emails can feel festive and on-brand. Here are three modern, seasonal palettes-completewith HEX codes-that you can copy straight into your email software: Click any color to copy its HEX code instantly. Palette #1:&hellip;","og_url":"https:\/\/www.benchmarkemail.com\/jp\/12-days-of-benchmark\/holiday-color-palette\/","og_site_name":"Benchmark Email \u65e5\u672c\u8a9e\u7248","article_publisher":"https:\/\/www.facebook.com\/BenchmarkEmailJapan","article_modified_time":"2026-04-08T18:05:24+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":"@BenchmarkJP","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.benchmarkemail.com\/jp\/12-days-of-benchmark\/holiday-color-palette\/","url":"https:\/\/www.benchmarkemail.com\/jp\/12-days-of-benchmark\/holiday-color-palette\/","name":"Fresh Holiday Color Palettes - Benchmark Email","isPartOf":{"@id":"https:\/\/www.benchmarkemail.com\/jp\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.benchmarkemail.com\/jp\/12-days-of-benchmark\/holiday-color-palette\/#primaryimage"},"image":{"@id":"https:\/\/www.benchmarkemail.com\/jp\/12-days-of-benchmark\/holiday-color-palette\/#primaryimage"},"thumbnailUrl":"https:\/\/www.benchmarkemail.com\/wp-content\/uploads\/2025\/11\/bottom-wave.png","datePublished":"2025-11-26T15:01:49+00:00","dateModified":"2026-04-08T18:05:24+00:00","breadcrumb":{"@id":"https:\/\/www.benchmarkemail.com\/jp\/12-days-of-benchmark\/holiday-color-palette\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.benchmarkemail.com\/jp\/12-days-of-benchmark\/holiday-color-palette\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.benchmarkemail.com\/jp\/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\/jp\/12-days-of-benchmark\/holiday-color-palette\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.benchmarkemail.com\/jp\/"},{"@type":"ListItem","position":2,"name":"12days of christmas","item":"https:\/\/www.benchmarkemail.com\/jp\/12-days-of-benchmark\/"},{"@type":"ListItem","position":3,"name":"Fresh Holiday Color Palettes"}]},{"@type":"WebSite","@id":"https:\/\/www.benchmarkemail.com\/jp\/#website","url":"https:\/\/www.benchmarkemail.com\/jp\/","name":"Benchmark Email \u65e5\u672c\u8a9e\u7248","description":"","publisher":{"@id":"https:\/\/www.benchmarkemail.com\/jp\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.benchmarkemail.com\/jp\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.benchmarkemail.com\/jp\/#organization","name":"Benchmark Email","url":"https:\/\/www.benchmarkemail.com\/jp\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.benchmarkemail.com\/jp\/#\/schema\/logo\/image\/","url":"https:\/\/www.benchmarkemail.com\/jp\/wp-content\/uploads\/sites\/10\/2020\/06\/dark-bm-horizontal-logo.png","contentUrl":"https:\/\/www.benchmarkemail.com\/jp\/wp-content\/uploads\/sites\/10\/2020\/06\/dark-bm-horizontal-logo.png","width":801,"height":253,"caption":"Benchmark Email"},"image":{"@id":"https:\/\/www.benchmarkemail.com\/jp\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/BenchmarkEmailJapan","https:\/\/x.com\/BenchmarkJP","https:\/\/www.instagram.com\/benchmarkjapan\/","https:\/\/www.linkedin.com\/company\/benchmark-email-japan\/","https:\/\/www.youtube.com\/user\/benchmarkJapan\/featured"]}]}},"_links":{"self":[{"href":"https:\/\/www.benchmarkemail.com\/jp\/wp-json\/wp\/v2\/pages\/48649","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.benchmarkemail.com\/jp\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.benchmarkemail.com\/jp\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.benchmarkemail.com\/jp\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.benchmarkemail.com\/jp\/wp-json\/wp\/v2\/comments?post=48649"}],"version-history":[{"count":1,"href":"https:\/\/www.benchmarkemail.com\/jp\/wp-json\/wp\/v2\/pages\/48649\/revisions"}],"predecessor-version":[{"id":50336,"href":"https:\/\/www.benchmarkemail.com\/jp\/wp-json\/wp\/v2\/pages\/48649\/revisions\/50336"}],"up":[{"embeddable":true,"href":"https:\/\/www.benchmarkemail.com\/jp\/wp-json\/wp\/v2\/pages\/48586"}],"wp:attachment":[{"href":"https:\/\/www.benchmarkemail.com\/jp\/wp-json\/wp\/v2\/media?parent=48649"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}