Skip to content
Back to Blog
Coolors: Crafting Premium, Accessible Data Products
March 03, 2026 · 4 min read · Career DataViz Data Analysis

🎨 The Analyst’s Toolkit III.

In high-end analytics, a dashboard is more than a collection of charts — it is a Premium Product. To build a tool that executives actually use, you must balance three pillars: Visual Authority, Universal Accessibility, and Strategic Emphasis.

My secret weapon for mastering this balance is Coolors.co.

💎 Pillar 1: Visual Authority & Style

A premium feel comes from intentionality. Using Coolors, I move away from out-of-the-box software defaults to create bespoke palettes:

👓 Pillar 2: Universal Accessibility

A premium product is a product everyone can use.

🎯 Pillar 3: Strategic Emphasis

The most common mistake in design is trying to make everything pop. If everything is bold, nothing is.


🔗 From Figma to Tableau: The Workflow

As I detailed in my Figma Blueprint post, the design starts in Figma using the Coolors Plugin. I lock in the palette during the mockup phase so that by the time I move into Tableau, every color choice is already validated — no last-minute tweaks during build.

⚙️ Implementation: Custom Palettes in Tableau

To bring that premium feel into Tableau, you must go beyond the default color palettes by modifying your Preferences.tps file.

  1. Locate: Go to Documents > My Tableau Repository.
  2. Edit: Open Preferences.tps in a text editor (VS Code or Notepad both work).
  3. Inject: Add your hex codes inside the <preferences> tag.

Pro Tip: For a detailed breakdown of palette types, check the Official Tableau Documentation.

🎁 Download My Favorite Palettes

I’ve curated a collection of my favorite consultancy-ready palettes — from Black & Gold Elegance to Ocean Sunset. Click below to expand the code, then copy it into your Preferences file:

▶ Click to reveal Tableau XML Code
<?xml version='1.0'?>
<workbook>
  <preferences>

    <color-palette name="Sunny Beach Day" type="regular">
      <color>#264653</color>
      <color>#2A9D8F</color>
      <color>#E9C46A</color>
      <color>#F4A261</color>
      <color>#E76F51</color>
    </color-palette>

    <color-palette name="Black and Gold Elegance" type="regular">
      <color>#000000</color>
      <color>#14213D</color>
      <color>#FCA311</color>
      <color>#E5E5E5</color>
      <color>#FFFFFF</color>
    </color-palette>

    <color-palette name="Ocean Sunset" type="regular">
      <color>#001219</color>
      <color>#005F73</color>
      <color>#0A9396</color>
      <color>#94D2BD</color>
      <color>#E9D8A6</color>
      <color>#EE9B00</color>
      <color>#CA6702</color>
      <color>#BB3E03</color>
      <color>#AE2012</color>
      <color>#9B2226</color>
    </color-palette>

  </preferences>
</workbook>

The Toolkit Series continues

Tableau Public → Figma → Coolors — and more to come. The next post in the series is already in the works.

See All Posts →
Series · The Analyst's Toolkit

Enjoyed this story?

Share it with your network.

Copied!

The Analyst's Edge

Enjoyed this? Get the next one in your inbox.

One practical Tableau or DataViz technique per month.

No spam. Unsubscribe any time.

Comments

Comments are powered by Giscus via GitHub Discussions. A GitHub account is required to comment.

← Older Figma: The Blueprint of High-End Dashboards Newer → The Geometry of Greatness: How The Last Dance Turned Me Into a Data Analyst for the NBA