Skip to content

Instantly share code, notes, and snippets.

@leblancfg
Created October 6, 2020 13:41
Show Gist options
  • Save leblancfg/b145a966108be05b4a387789c4f9f474 to your computer and use it in GitHub Desktop.
Save leblancfg/b145a966108be05b4a387789c4f9f474 to your computer and use it in GitHub Desktop.
Tableau 10 Color Palette Hex Codes
// Tableau 10 color theme
$themes: (
blue: #5778a4,
orange: #e49444,
red: #d1615d,
teal: #85b6b2,
green: #6a9f58,
yellow: #e7ca60,
purple: #a87c9f,
pink: #f1a2a9,
brown: #967662,
grey: #b8b0ac,
);
@eotf
Copy link

eotf commented Mar 17, 2024

<3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment