Saddle Brown#825A2C
Dark Khaki#C3A16B
Moss Green#7E9B7A
Sage Green#A6B89C
Palette direction

Earthy Warm Hospitality Color Palette

This palette draws inspiration from the natural, warm, and inviting colors of the image. It balances earthy tones with subtle greens and warm accents to evoke a cozy, wholesome atmosphere suitable for a lifestyle or hospitality brand focused on natural and artisanal products.

AnalogousHospitality Eventsearthywarmnaturalcozy
palette-preview.example
Hospitality Events color direction

Earthy Warm Hospitality Color Palette

This palette draws inspiration from the natural, warm, and inviting colors of the image. It balances earthy tones with subtle greens and warm accents to evoke a cozy, wholesome atmosphere suitable for a lifestyle or hospitality brand focused on natural and artisanal products.

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 Saddle Brown #825A2C6.1:1 Strong
Logo Dark Olive #3B3324on Dark Khaki #C3A16B5.1:1 Strong
Logo Dark Olive #3B3324on White #FFFFFF12.5:1 Excellent
Logo White #FFFFFFon Dark Olive #3B332412.5:1 Excellent
Icon color
BackgroundSaddle Brown#825A2CTextWhite#FFFFFF
Primary Button6.09:1
AA

Best for the main action users should notice first.

BackgroundDark Khaki#C3A16BTextDark Olive#3B3324
Secondary Button5.12:1
AA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextMoss Green#7E9B7A
Outlined Button3.06:1
Large text

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextSaddle Brown#825A2C
Text Button6.09:1
AA

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

Palette composition7 colorsAnalogous color relationship
9:41Earthy Warm Hospitality Color Palette Color role balance
Analogous 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 Hospitality Color PaletteHospitality Events brand direction ColorFly.design
Strategic palette preview

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.Saddle Brown #825A2C
HeadlineUsed for main titles and key messages.Dark Khaki #C3A16B
LinkUsed for links and interactive text.Saddle Brown #825A2C

Buttons

Primary Button
BackgroundSaddle Brown #825A2C
TextWhite #FFFFFF
Secondary Button
BackgroundDark Khaki #C3A16B
TextDark Olive #3B3324
Outlined Button
BackgroundMoss Green #7E9B7A
TextMoss Green #7E9B7A

Interface

TextDefault readable body text.Dark Olive #3B3324
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Bone #F2EFEA
IconSmall interface icons and marks.Sage Green #A6B89C
BorderCards, inputs, and component borders.Sage Green #A6B89C
DividerSubtle separators between content.Sage Green #A6B89C
OutlineFocus rings and emphasis outlines.Sage Green #A6B89C

Palette Colors

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

Main (Brand) Colors

The main colors combine warm, earthy browns with soft green hues to create a balanced and inviting color system that reflects natural and artisanal qualities.

PrimarySaddle Brown

RolesLogo, Btn Primary Bg, Link

Saddle Brown conveys warmth, earthiness, and a grounded, natural feel that supports brand recognition and trust.

HEX#825A2C
RGB130, 90, 44
HSL32, 49, 34
CMYK0, 31, 66, 49
SecondaryDark Khaki

RolesBtn Secondary Bg, Headline

Dark Khaki offers a softer, lighter warm tone that complements the deeper brown, adding approachability and subtle sophistication.

HEX#C3A16B
RGB195, 161, 107
HSL37, 42, 59
CMYK0, 17, 45, 24
TertiaryMoss Green

RolesBtn Outlined Border, Btn Outlined Text

Moss Green brings a muted natural accent that balances the warm tones with a touch of freshness and vitality.

HEX#7E9B7A
RGB126, 155, 122
HSL113, 14, 54
CMYK19, 0, 21, 39

Support Colors

The support colors extend the main palette by introducing softer, muted earth tones and complementary green shades that enhance usability and balance without overpowering the core colors.

Sage Green

RolesIcon, Border, Divider, Outline

Sage Green reinforces the natural theme with calmness and subtlety, harmonizing well with the main greens and browns.

HEX#A6B89C
RGB166, 184, 156
HSL99, 16, 67
CMYK10, 0, 15, 28

Neutral Colors

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

White

RolesBg Light, Btn Primary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Bone

RolesBg Dark

HEX#F2EFEA
RGB242, 239, 234
HSL38, 24, 93
CMYK0, 1, 3, 5
Dark Olive

RolesText, Btn Secondary Text

HEX#3B3324
RGB59, 51, 36
HSL39, 24, 19
CMYK0, 14, 39, 77

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-saddle-brown: #825A2C;
  --color-dark-khaki: #C3A16B;
  --color-moss-green: #7E9B7A;
  --color-sage-green: #A6B89C;
  --color-white: #FFFFFF;
  --color-bone: #F2EFEA;
  --color-dark-olive: #3B3324;
}

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: #825A2C;
  --role-btn-primary-bg: #825A2C;
  --role-link: #825A2C;
  --role-btn-secondary-bg: #C3A16B;
  --role-headline: #C3A16B;
  --role-btn-outlined-border: #7E9B7A;
  --role-btn-outlined-text: #7E9B7A;
  --role-icon: #A6B89C;
  --role-border: #A6B89C;
  --role-divider: #A6B89C;
  --role-outline: #A6B89C;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #F2EFEA;
  --role-text: #3B3324;
  --role-btn-secondary-text: #3B3324;
}

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.
{
    "saddle-brown": "#825A2C",
    "dark-khaki": "#C3A16B",
    "moss-green": "#7E9B7A",
    "sage-green": "#A6B89C",
    "white": "#FFFFFF",
    "bone": "#F2EFEA",
    "dark-olive": "#3B3324"
}
Press Space to load new palette