Color Fetch
GalleryMy Palettes

Gallery / Color palette

thetechtribe.com color palette

The brand palette extracted from thetechtribe.com — primary, accent, neutral, background, and text colors with copy-ready hex codes and one-click export to CSS, Tailwind, and design tokens. Last updated June 11, 2026.

Primary

#e67b27

rgb(230, 123, 39)

hsl(26, 79%, 53%)

Accent

#ecbb94

rgb(236, 187, 148)

hsl(27, 70%, 75%)

Accent

#9e5826

rgb(158, 88, 38)

hsl(25, 61%, 38%)

Accent

#10b981

rgb(16, 185, 129)

hsl(160, 84%, 39%)

Accent

#0e5aab

rgb(14, 90, 171)

hsl(211, 85%, 36%)

Background

#fefefe

rgb(254, 254, 254)

hsl(0, 0%, 100%)

Text

#111828

rgb(17, 24, 40)

hsl(222, 40%, 11%)

Neutral

#393c47

rgb(57, 60, 71)

hsl(227, 11%, 25%)

CSS variables
:root {
  --color-primary: #e67b27;
  --color-accent-1: #ecbb94;
  --color-accent-2: #9e5826;
  --color-accent-3: #10b981;
  --color-accent-4: #0e5aab;
  --color-background: #fefefe;
  --color-text: #111828;
  --color-neutral: #393c47;
}
Tailwind v4
@theme {
  --color-primary: #e67b27;
  --color-accent-1: #ecbb94;
  --color-accent-2: #9e5826;
  --color-accent-3: #10b981;
  --color-accent-4: #0e5aab;
  --color-background: #fefefe;
  --color-text: #111828;
  --color-neutral: #393c47;
}

Want a palette from your own site?

Fetch a palette

More palettes