Taupe#6B5E54
Muted Gold#C1A182
Ivory#F0E9E0
Clay Brown#927C6B
Palette direction

Earthy Warm Brown Color Palette

This palette draws from warm earth tones and natural neutrals to evoke a grounded, inviting, and elegant brand identity, balancing rich brown with warm beige and ivory, enhanced by soft complementary accents and practical neutrals ensuring accessibility and versatility across digital interfaces.

MonochromaticHospitality Eventsearthywarmbrownbeige
palette-preview.example
Hospitality Events color direction

Earthy Warm Brown Color Palette

This palette draws from warm earth tones and natural neutrals to evoke a grounded, inviting, and elegant brand identity, balancing rich brown with warm beige and ivory, enhanced by soft complementary accents and practical neutrals ensuring accessibility and versatility across digital interfaces.

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 Charcoal #2B2B2Bon Ivory #F0E9E011.8:1 Excellent
Logo Pure White #FFFFFFon Taupe #6B5E546.3:1 Strong
Logo Charcoal #2B2B2Bon Muted Gold #C1A1825.9:1 Strong
Logo Charcoal #2B2B2Bon Pure White #FFFFFF14.2:1 Excellent
Icon color
BackgroundTaupe#6B5E54TextPure White#FFFFFF
Primary Button6.26:1
AA

Best for the main action users should notice first.

BackgroundMuted Gold#C1A182TextCharcoal#2B2B2B
Secondary Button5.86:1
AA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextTaupe#6B5E54
Outlined Button6.26:1
AA

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextTaupe#6B5E54
Text Button6.26:1
AA

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

Palette composition7 colorsMonochromatic color relationship
9:41Earthy Warm Brown Color Palette Color role balance
Monochromatic 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.

CEarthy Warm Brown Color PaletteHospitality Events brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors create a harmonious palette inspired by natural earth tones to convey warmth and reliability, blending deep brown, warm beige, and ivory for a cohesive and recognizable system.

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.Taupe #6B5E54
HeadlineUsed for main titles and key messages.Muted Gold #C1A182
LinkUsed for links and interactive text.Taupe #6B5E54

Buttons

Primary Button
BackgroundTaupe #6B5E54
TextPure White #FFFFFF
Secondary Button
BackgroundMuted Gold #C1A182
TextCharcoal #2B2B2B
Outlined Button
BackgroundTaupe #6B5E54
TextTaupe #6B5E54

Interface

TextDefault readable body text.Charcoal #2B2B2B
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Charcoal #2B2B2B
IconSmall interface icons and marks.Clay Brown #927C6B
BorderCards, inputs, and component borders.Clay Brown #927C6B
DividerSubtle separators between content.Clay Brown #927C6B
OutlineFocus rings and emphasis outlines.Clay Brown #927C6B

Palette Colors

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

Main (Brand) Colors

The main colors create a harmonious palette inspired by natural earth tones to convey warmth and reliability, blending deep brown, warm beige, and ivory for a cohesive and recognizable system.

PrimaryTaupe

RolesLogo, Link, Btn Primary Bg, Btn Outlined Border, Btn Outlined Text

Taupe provides a strong, grounded foundation, conveying reliability and classic sophistication.

HEX#6B5E54
RGB107, 94, 84
HSL26, 12, 37
CMYK0, 12, 21, 58
SecondaryMuted Gold

RolesBtn Secondary Bg, Headline

Muted Gold offers warmth and subtle luxury, complementing Taupe with a softer, approachable tone.

HEX#C1A182
RGB193, 161, 130
HSL30, 34, 63
CMYK0, 17, 33, 24
TertiaryIvory

Ivory adds brightness and clarity, balancing darker tones with freshness and simplicity.

HEX#F0E9E0
RGB240, 233, 224
HSL34, 35, 91
CMYK0, 3, 7, 6

Support Colors

Support colors extend the palette with subdued earthy accents that harmonize with the main browns to reinforce warmth and natural elegance without overpowering.

Clay Brown

RolesIcon, Border, Divider, Outline

Clay Brown offers a dusty neutral tone that adds depth and complements the Taupe main color with understated balance.

HEX#927C6B
RGB146, 124, 107
HSL26, 15, 50
CMYK0, 15, 27, 43

Neutral Colors

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

Pure White

RolesBg Light, Btn Primary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Light Ivory
HEX#F7F5F2
RGB247, 245, 242
HSL36, 24, 96
CMYK0, 1, 2, 3
Charcoal

RolesBg Dark, Text, Btn Secondary Text

HEX#2B2B2B
RGB43, 43, 43
HSL0, 0, 17
CMYK0, 0, 0, 83

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-taupe: #6B5E54;
  --color-muted-gold: #C1A182;
  --color-ivory: #F0E9E0;
  --color-clay-brown: #927C6B;
  --color-pure-white: #FFFFFF;
  --color-light-ivory: #F7F5F2;
  --color-charcoal: #2B2B2B;
}

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: #6B5E54;
  --role-link: #6B5E54;
  --role-btn-primary-bg: #6B5E54;
  --role-btn-outlined-border: #6B5E54;
  --role-btn-outlined-text: #6B5E54;
  --role-btn-secondary-bg: #C1A182;
  --role-headline: #C1A182;
  --role-icon: #927C6B;
  --role-border: #927C6B;
  --role-divider: #927C6B;
  --role-outline: #927C6B;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #2B2B2B;
  --role-text: #2B2B2B;
  --role-btn-secondary-text: #2B2B2B;
}

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.
{
    "taupe": "#6B5E54",
    "muted-gold": "#C1A182",
    "ivory": "#F0E9E0",
    "clay-brown": "#927C6B",
    "pure-white": "#FFFFFF",
    "light-ivory": "#F7F5F2",
    "charcoal": "#2B2B2B"
}
Press Space to load new palette