{"id":48649,"date":"2025-11-26T13:16:36","date_gmt":"2025-11-26T13:16:36","guid":{"rendered":"https:\/\/www.benchmarkemail.com\/fr\/?page_id=48649"},"modified":"2025-12-02T09:52:56","modified_gmt":"2025-12-02T09:52:56","slug":"holiday-color-palette","status":"publish","type":"page","link":"https:\/\/www.benchmarkemail.com\/fr\/12-days-of-benchmark\/holiday-color-palette\/","title":{"rendered":"Nouvelles palettes de couleurs pour les f\u00eates"},"content":{"rendered":"\n<h1>\n\t\t\tNouvelles palettes de couleurs pour les f\u00eates\t<\/h1>\n\t<p>(codes HEX inclus)<\/p>\n\t<p>Les campagnes pour les f\u00eates ne doivent pas n\u00e9cessairement se limiter aux traditionnels rouge et vert. Avec les bonnes couleurs, vos e-mails peuvent \u00eatre festifs tout en restant fid\u00e8les \u00e0 votre marque.<\/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>Voici trois palettes modernes et saisonni\u00e8res, accompagn\u00e9es de leurs codes HEX, que vous pouvez copier directement dans votre logiciel de e-mail :<\/p>\n      <!-- SVG bulb -->\n      \n       Cliquez sur n&#8217;importe quelle couleur pour copier instantan\u00e9ment son code HEX.\n      \n<h2>\n\t\t\tPalette n\u00b0 1 : Confortable et classique\t<\/h2>\n\t<p>Des tons chauds avec une touche d&#8217;\u00e9clat.<\/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>Couleur<\/th>\n                <th>HEX<\/th>\n                <th>RGB<\/th>\n            <\/tr>\n        <\/thead>\n        <tbody>\n            <tr>\n                <td>Cranberry fonc\u00e9<\/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>Lueur dor\u00e9e<\/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>Vert sapin<\/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>Cr\u00e8me douce<\/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>     Id\u00e9al pour :<\/b> les promotions traditionnelles de fin d&#8217;ann\u00e9e avec une touche raffin\u00e9e.\n      \n<h2>\n\t\t\tPalette n\u00b0 2 : Pays des merveilles hivernales\t<\/h2>\n\t<p>Frais et vif avec une touche de 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>Couleur<\/th>\n                <th>HEX<\/th>\n                <th>RGB<\/th>\n            <\/tr>\n        <\/thead>\n        <tbody>\n            <tr>\n                <td>Bleu sarcelle givr\u00e9<\/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>Bleu glac\u00e9<\/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>Lavande douce<\/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>Blanc neige<\/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>      Id\u00e9al pour :<\/b> les e-mails du Nouvel An, les mises \u00e0 jour saisonni\u00e8res ou les campagnes d&#8217;accueil.\n      \n<h2>\n\t\t\tPalette n\u00b0 3 : Moderne et lumineux\t<\/h2>\n\t<p>Ludique, audacieux et un peu inattendu.<\/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>Couleur<\/th>\n                <th>HEX<\/th>\n                <th>RGB<\/th>\n            <\/tr>\n        <\/thead>\n        <tbody>\n            <tr>\n                <td>Punch aux baies<\/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>Violet vif<\/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>Rose des f\u00eates<\/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>Fra\u00eecheur menthol\u00e9e<\/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>      Id\u00e9al pour :<\/b> le commerce \u00e9lectronique, les restaurants et toute marque souhaitant se d\u00e9marquer.\n      \n\t<p>Int\u00e9grez ces codes HEX dans votre prochain mod\u00e8le, testez comment ils s&#8217;int\u00e8grent avec les couleurs de votre marque, et observez vos campagnes se d\u00e9marquer dans la multitude de messages rouges et verts de la bo\u00eete de r\u00e9ception.<\/p>\n\n","protected":false},"excerpt":{"rendered":"<p>Nouvelles palettes de couleurs pour les f\u00eates (codes HEX inclus) Les campagnes pour les f\u00eates ne doivent pas n\u00e9cessairement se limiter aux traditionnels rouge et vert. Avec les bonnes couleurs, vos e-mails peuvent \u00eatre festifs tout en restant fid\u00e8les \u00e0 votre marque. Voici trois palettes modernes et saisonni\u00e8res, accompagn\u00e9es de leurs codes HEX, que vous&hellip;<\/p>\n","protected":false},"author":7,"featured_media":0,"parent":48585,"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.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Nouvelles palettes de couleurs pour les f\u00eates - Benchmark Email<\/title>\n<meta name=\"description\" content=\"Adoptez ces nouvelles palettes de couleurs pour les f\u00eates et renouvelez vos messages de mani\u00e8re \u00e0 la fois classique et innovante. Vos abonn\u00e9s appr\u00e9cieront.\" \/>\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\/fr\/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=\"Nouvelles palettes de couleurs pour les f\u00eates - Benchmark Email\" \/>\n<meta property=\"og:description\" content=\"Adoptez ces nouvelles palettes de couleurs pour les f\u00eates et renouvelez vos messages de mani\u00e8re \u00e0 la fois classique et innovante. Vos abonn\u00e9s appr\u00e9cieront.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.benchmarkemail.com\/fr\/12-days-of-benchmark\/holiday-color-palette\/\" \/>\n<meta property=\"og:site_name\" content=\"Benchmark Email en fran\u00e7ais\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/BenchmarkEmail\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-02T09:52:56+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\\\/fr\\\/12-days-of-benchmark\\\/holiday-color-palette\\\/\",\"url\":\"https:\\\/\\\/www.benchmarkemail.com\\\/fr\\\/12-days-of-benchmark\\\/holiday-color-palette\\\/\",\"name\":\"Nouvelles palettes de couleurs pour les f\u00eates - Benchmark Email\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.benchmarkemail.com\\\/fr\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.benchmarkemail.com\\\/fr\\\/12-days-of-benchmark\\\/holiday-color-palette\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.benchmarkemail.com\\\/fr\\\/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:16:36+00:00\",\"dateModified\":\"2025-12-02T09:52:56+00:00\",\"description\":\"Adoptez ces nouvelles palettes de couleurs pour les f\u00eates et renouvelez vos messages de mani\u00e8re \u00e0 la fois classique et innovante. Vos abonn\u00e9s appr\u00e9cieront.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.benchmarkemail.com\\\/fr\\\/12-days-of-benchmark\\\/holiday-color-palette\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.benchmarkemail.com\\\/fr\\\/12-days-of-benchmark\\\/holiday-color-palette\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.benchmarkemail.com\\\/fr\\\/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\\\/fr\\\/12-days-of-benchmark\\\/holiday-color-palette\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.benchmarkemail.com\\\/fr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"12 jours de cadeaux de No\u00ebl &#8211; Benchmark Email\",\"item\":\"https:\\\/\\\/www.benchmarkemail.com\\\/fr\\\/12-days-of-benchmark\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Nouvelles palettes de couleurs pour les f\u00eates\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.benchmarkemail.com\\\/fr\\\/#website\",\"url\":\"https:\\\/\\\/www.benchmarkemail.com\\\/fr\\\/\",\"name\":\"Benchmark Email en fran\u00e7ais\",\"description\":\"Outil de marketing digital. D\u00e9couvrez ou approfondissez vos connaissances en email marketing, automatisations, captation de prospects... et bien plus encore !\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.benchmarkemail.com\\\/fr\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.benchmarkemail.com\\\/fr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.benchmarkemail.com\\\/fr\\\/#organization\",\"name\":\"Benchmark Internet Group, LLC\",\"url\":\"https:\\\/\\\/www.benchmarkemail.com\\\/fr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.benchmarkemail.com\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.benchmarkemail.com\\\/fr\\\/wp-content\\\/uploads\\\/sites\\\/3\\\/2019\\\/09\\\/benchmark-logo.svg\",\"contentUrl\":\"https:\\\/\\\/www.benchmarkemail.com\\\/fr\\\/wp-content\\\/uploads\\\/sites\\\/3\\\/2019\\\/09\\\/benchmark-logo.svg\",\"width\":1,\"height\":1,\"caption\":\"Benchmark Internet Group, LLC\"},\"image\":{\"@id\":\"https:\\\/\\\/www.benchmarkemail.com\\\/fr\\\/#\\\/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\\\/UCEQOJxM8HtdJpjkE1HO6L6Q\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Nouvelles palettes de couleurs pour les f\u00eates - Benchmark Email","description":"Adoptez ces nouvelles palettes de couleurs pour les f\u00eates et renouvelez vos messages de mani\u00e8re \u00e0 la fois classique et innovante. Vos abonn\u00e9s appr\u00e9cieront.","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\/fr\/12-days-of-benchmark\/holiday-color-palette\/","og_locale":"en_US","og_type":"article","og_title":"Nouvelles palettes de couleurs pour les f\u00eates - Benchmark Email","og_description":"Adoptez ces nouvelles palettes de couleurs pour les f\u00eates et renouvelez vos messages de mani\u00e8re \u00e0 la fois classique et innovante. Vos abonn\u00e9s appr\u00e9cieront.","og_url":"https:\/\/www.benchmarkemail.com\/fr\/12-days-of-benchmark\/holiday-color-palette\/","og_site_name":"Benchmark Email en fran\u00e7ais","article_publisher":"https:\/\/www.facebook.com\/BenchmarkEmail","article_modified_time":"2025-12-02T09:52:56+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\/fr\/12-days-of-benchmark\/holiday-color-palette\/","url":"https:\/\/www.benchmarkemail.com\/fr\/12-days-of-benchmark\/holiday-color-palette\/","name":"Nouvelles palettes de couleurs pour les f\u00eates - Benchmark Email","isPartOf":{"@id":"https:\/\/www.benchmarkemail.com\/fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.benchmarkemail.com\/fr\/12-days-of-benchmark\/holiday-color-palette\/#primaryimage"},"image":{"@id":"https:\/\/www.benchmarkemail.com\/fr\/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:16:36+00:00","dateModified":"2025-12-02T09:52:56+00:00","description":"Adoptez ces nouvelles palettes de couleurs pour les f\u00eates et renouvelez vos messages de mani\u00e8re \u00e0 la fois classique et innovante. Vos abonn\u00e9s appr\u00e9cieront.","breadcrumb":{"@id":"https:\/\/www.benchmarkemail.com\/fr\/12-days-of-benchmark\/holiday-color-palette\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.benchmarkemail.com\/fr\/12-days-of-benchmark\/holiday-color-palette\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.benchmarkemail.com\/fr\/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\/fr\/12-days-of-benchmark\/holiday-color-palette\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.benchmarkemail.com\/fr\/"},{"@type":"ListItem","position":2,"name":"12 jours de cadeaux de No\u00ebl &#8211; Benchmark Email","item":"https:\/\/www.benchmarkemail.com\/fr\/12-days-of-benchmark\/"},{"@type":"ListItem","position":3,"name":"Nouvelles palettes de couleurs pour les f\u00eates"}]},{"@type":"WebSite","@id":"https:\/\/www.benchmarkemail.com\/fr\/#website","url":"https:\/\/www.benchmarkemail.com\/fr\/","name":"Benchmark Email en fran\u00e7ais","description":"Outil de marketing digital. D\u00e9couvrez ou approfondissez vos connaissances en email marketing, automatisations, captation de prospects... et bien plus encore !","publisher":{"@id":"https:\/\/www.benchmarkemail.com\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.benchmarkemail.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.benchmarkemail.com\/fr\/#organization","name":"Benchmark Internet Group, LLC","url":"https:\/\/www.benchmarkemail.com\/fr\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.benchmarkemail.com\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/www.benchmarkemail.com\/fr\/wp-content\/uploads\/sites\/3\/2019\/09\/benchmark-logo.svg","contentUrl":"https:\/\/www.benchmarkemail.com\/fr\/wp-content\/uploads\/sites\/3\/2019\/09\/benchmark-logo.svg","width":1,"height":1,"caption":"Benchmark Internet Group, LLC"},"image":{"@id":"https:\/\/www.benchmarkemail.com\/fr\/#\/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\/UCEQOJxM8HtdJpjkE1HO6L6Q"]}]}},"_links":{"self":[{"href":"https:\/\/www.benchmarkemail.com\/fr\/wp-json\/wp\/v2\/pages\/48649","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.benchmarkemail.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.benchmarkemail.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.benchmarkemail.com\/fr\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.benchmarkemail.com\/fr\/wp-json\/wp\/v2\/comments?post=48649"}],"version-history":[{"count":0,"href":"https:\/\/www.benchmarkemail.com\/fr\/wp-json\/wp\/v2\/pages\/48649\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/www.benchmarkemail.com\/fr\/wp-json\/wp\/v2\/pages\/48585"}],"wp:attachment":[{"href":"https:\/\/www.benchmarkemail.com\/fr\/wp-json\/wp\/v2\/media?parent=48649"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}