Color Fetch
GalleryMy Palettes

Gallery / Color palette

github.com color palette

The brand palette extracted from github.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

#030641

rgb(3, 6, 65)

hsl(237, 91%, 13%)

Accent

#636587

rgb(99, 101, 135)

hsl(237, 15%, 46%)

Accent

#383c60

rgb(56, 60, 96)

hsl(234, 26%, 30%)

Accent

#8dd6ff

rgb(141, 214, 255)

hsl(202, 100%, 78%)

Accent

#5fed83

rgb(95, 237, 131)

hsl(135, 80%, 65%)

Background

#0d1117

rgb(13, 17, 23)

hsl(216, 28%, 7%)

Text

#ffffff

rgb(255, 255, 255)

hsl(0, 0%, 100%)

Neutral

#000000

rgb(0, 0, 0)

hsl(0, 0%, 0%)

CSS variables
:root {
  --color-primary: #030641;
  --color-accent-1: #636587;
  --color-accent-2: #383c60;
  --color-accent-3: #8dd6ff;
  --color-accent-4: #5fed83;
  --color-background: #0d1117;
  --color-text: #ffffff;
  --color-neutral: #000000;
}
Tailwind v4
@theme {
  --color-primary: #030641;
  --color-accent-1: #636587;
  --color-accent-2: #383c60;
  --color-accent-3: #8dd6ff;
  --color-accent-4: #5fed83;
  --color-background: #0d1117;
  --color-text: #ffffff;
  --color-neutral: #000000;
}

Want a palette from your own site?

Fetch a palette

More palettes