Harvest Gold#D6A23A
Olive#7B8A3A
Navy#1E2F4F
Sandstone#B89A84
Cocoa#8A6A4E
Palette direction

Brad Pitt Inspired Color Palette

This palette channels Brad Pitt-inspired ease with sun-washed warmth, cinematic depth, and a polished, understated edge. The main colors create a recognizable mix of golden charisma, earthy restraint, and tailored sophistication that feels both approachable and premium.

Split ComplementaryLuxury And LifestyleBrad Pitt inspiredcinematicsun-washedearthy
palette-preview.example
Luxury And Lifestyle color direction

Brad Pitt Inspired Color Palette

This palette channels Brad Pitt-inspired ease with sun-washed warmth, cinematic depth, and a polished, understated edge. The main colors create a recognizable mix of golden charisma, earthy restraint, and tailored sophistication that feels both approachable and premium.

Explore the color system
Logo contrast guide

Logo color pairings

ColorFly checks the palette colors against each other and suggests the clearest logo/background combinations.

Logo White #FFFFFFon Navy #1E2F4F13.3:1 Excellent
Logo Charcoal #111111on Harvest Gold #D6A23A8.2:1 Excellent
Logo Charcoal #111111on Olive #7B8A3A5.0:1 Strong
Logo Charcoal #111111on White #FFFFFF18.9:1 Excellent
Icon color
BackgroundHarvest Gold#D6A23ATextCharcoal#111111
Primary Button8.17:1
AAA

Best for the main action users should notice first.

BackgroundOlive#7B8A3ATextCharcoal#111111
Secondary Button4.98:1
AA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextNavy#1E2F4F
Outlined Button13.34:1
AAA

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextNavy#1E2F4F
Text Button13.34:1
AAA

A quiet action for links, navigation, and inline decisions.

Palette composition8 colorsSplit Complementary color relationship
9:41Brad Pitt Inspired Color Palette Color role balance
Split Complementary system
60% DominantNeutrals

Backgrounds, large surfaces, whitespace, and reading comfort.

30% SecondarySupport colors

Sections, secondary UI, illustrations, and repeated brand moments.

10% AccentMain colors

High-attention moments like primary actions and memorable highlights.

CBrad Pitt Inspired Color PaletteLuxury And Lifestyle brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors pair sunlit gold with olive and deep navy for a recognizable balance of warmth, grounded confidence, and refined contrast. Together they feel cinematic without becoming theatrical, which makes the system versatile for premium lifestyle branding.

Clear roles create a consistent brand experience.

Color Roles and Usage Map

Assign existing palette colors to brand, typography, and interface roles.

Brand identity

LogoUsed for logo marks and core brand symbols.Harvest Gold #D6A23A
HeadlineUsed for main titles and key messages.Navy #1E2F4F
LinkUsed for links and interactive text.Navy #1E2F4F

Buttons

Primary Button
BackgroundHarvest Gold #D6A23A
TextCharcoal #111111
Secondary Button
BackgroundOlive #7B8A3A
TextCharcoal #111111
Outlined Button
BackgroundNavy #1E2F4F
TextNavy #1E2F4F

Interface

TextDefault readable body text.Charcoal #111111
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Charcoal #111111
IconSmall interface icons and marks.Sandstone #B89A84
BorderCards, inputs, and component borders.Sandstone #B89A84
DividerSubtle separators between content.Cocoa #8A6A4E
OutlineFocus rings and emphasis outlines.Cocoa #8A6A4E

Palette Colors

A compact view of the brand, support, and neutral colors that make up this system.

Main (Brand) Colors

The main colors pair sunlit gold with olive and deep navy for a recognizable balance of warmth, grounded confidence, and refined contrast. Together they feel cinematic without becoming theatrical, which makes the system versatile for premium lifestyle branding.

PrimaryHarvest Gold

RolesLogo, Btn Primary Bg

Harvest Gold gives the brand a relaxed star quality and keeps the palette warm, memorable, and inviting.

HEX#D6A23A
RGB214, 162, 58
HSL40, 66, 53
CMYK0, 24, 73, 16
SecondaryOlive

RolesBtn Secondary Bg

Olive adds an earthy, lived-in sophistication that balances the brighter gold with a calmer tone.

HEX#7B8A3A
RGB123, 138, 58
HSL71, 41, 38
CMYK11, 0, 58, 46
TertiaryNavy

RolesLink, Headline, Btn Outlined Border, Btn Outlined Text

Navy brings tailored depth and cinematic contrast, anchoring the palette with a more serious premium note.

HEX#1E2F4F
RGB30, 47, 79
HSL219, 45, 21
CMYK62, 41, 0, 69

Support Colors

The support colors soften the cinematic main palette and extend it with subtle warmth and quiet structure. They keep the system grounded, tactile, and usable across editorial and digital layouts without competing for attention.

Sandstone

RolesIcon, Border

Sandstone bridges the gold and olive with a muted skin-tone warmth that feels natural and versatile.

HEX#B89A84
RGB184, 154, 132
HSL25, 27, 62
CMYK0, 16, 28, 28
Cocoa

RolesDivider, Outline

Cocoa adds a darker earthy accent that reinforces the grounded, masculine side of the palette.

HEX#8A6A4E
RGB138, 106, 78
HSL28, 28, 42
CMYK0, 23, 43, 46

Neutral Colors

Utility colors for backgrounds, text, borders, and balance.

White

RolesBg Light

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Ivory
HEX#F3EFE7
RGB243, 239, 231
HSL40, 33, 93
CMYK0, 2, 5, 5
Charcoal

RolesBg Dark, Text, Btn Primary Text, Btn Secondary Text

HEX#111111
RGB17, 17, 17
HSL0, 0, 7
CMYK0, 0, 0, 93

Export and Handoff

Copy palette values for design systems, websites, and client handoff.

Color tokens

Use these in CSS when you want every raw palette color available by name. Best for websites, landing pages, and design system variables.

Use when: you need the actual colors.
:root {
  --color-harvest-gold: #D6A23A;
  --color-olive: #7B8A3A;
  --color-navy: #1E2F4F;
  --color-sandstone: #B89A84;
  --color-cocoa: #8A6A4E;
  --color-white: #FFFFFF;
  --color-ivory: #F3EFE7;
  --color-charcoal: #111111;
}

Role tokens

Use these in CSS when colors are assigned to practical jobs like text, buttons, borders, links, and backgrounds.

Use when: you need UI roles, not just swatches.
:root {
  --role-logo: #D6A23A;
  --role-btn-primary-bg: #D6A23A;
  --role-btn-secondary-bg: #7B8A3A;
  --role-link: #1E2F4F;
  --role-headline: #1E2F4F;
  --role-btn-outlined-border: #1E2F4F;
  --role-btn-outlined-text: #1E2F4F;
  --role-icon: #B89A84;
  --role-border: #B89A84;
  --role-divider: #8A6A4E;
  --role-outline: #8A6A4E;
  --role-bg-light: #FFFFFF;
  --role-bg-dark: #111111;
  --role-text: #111111;
  --role-btn-primary-text: #111111;
  --role-btn-secondary-text: #111111;
}

JSON

Use this structured palette data in apps, generators, plugins, or tools that need to read the palette programmatically.

Use when: a developer or app needs data.
{
    "harvest-gold": "#D6A23A",
    "olive": "#7B8A3A",
    "navy": "#1E2F4F",
    "sandstone": "#B89A84",
    "cocoa": "#8A6A4E",
    "white": "#FFFFFF",
    "ivory": "#F3EFE7",
    "charcoal": "#111111"
}
Press Space to load new palette