Color Fetch
GalleryMy Palettes

Gallery / Color palette

phpgroup.co.uk color palette

The brand palette extracted from phpgroup.co.uk — 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 12, 2026.

Primary

#036060

rgb(3, 96, 96)

hsl(180, 94%, 19%)

Accent

#85ff8f

rgb(133, 255, 143)

hsl(125, 100%, 76%)

Background

#fdfdfc

rgb(253, 253, 252)

hsl(60, 20%, 99%)

Text

#091718

rgb(9, 23, 24)

hsl(184, 45%, 6%)

Neutral

#404040

rgb(64, 64, 64)

hsl(0, 0%, 25%)

CSS variables
:root {
  --color-primary: #036060;
  --color-accent: #85ff8f;
  --color-background: #fdfdfc;
  --color-text: #091718;
  --color-neutral: #404040;
}
Tailwind v4
@theme {
  --color-primary: #036060;
  --color-accent: #85ff8f;
  --color-background: #fdfdfc;
  --color-text: #091718;
  --color-neutral: #404040;
}

Want a palette from your own site?

Fetch a palette

More palettes