Pumpkin Orange#F17C00
Chestnut Brown#5A3A1B
Sandy Beige#CBB7A6
Driftwood Gray#9E968D
Mist Gray#DED7D0
Palette direction

Autumn Earthy Warmth Color Palette

This palette blends warm earthy tones with soft neutrals inspired by autumnal hues and natural textures from the image. The main colors create a harmonious and approachable identity with orange and brown grounded by a light beige, while the soft grays add subtle support and balance. The neutrals ensure clear readability and interface flexibility.

MonochromaticHospitality Eventswarm tonesearthyorangebrown
palette-preview.example
Hospitality Events color direction

Autumn Earthy Warmth Color Palette

This palette blends warm earthy tones with soft neutrals inspired by autumnal hues and natural textures from the image. The main colors create a harmonious and approachable identity with orange and brown grounded by a light beige, while the soft grays add subtle support and balance. The neutrals ensure clear readability and interface flexibility.

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 Pure White #FFFFFFon Chestnut Brown #5A3A1B10.2:1 Excellent
Logo Dark Coffee #3B3227on Sandy Beige #CBB7A66.5:1 Strong
Logo Dark Coffee #3B3227on Pumpkin Orange #F17C004.6:1 Strong
Logo Dark Coffee #3B3227on Pure White #FFFFFF12.6:1 Excellent
Icon color
BackgroundPumpkin Orange#F17C00TextDark Coffee#3B3227
Primary Button4.56:1
AA

Best for the main action users should notice first.

BackgroundChestnut Brown#5A3A1BTextPure White#FFFFFF
Secondary Button10.22:1
AAA

Useful for softer choices and secondary paths.

BackgroundSandy Beige#CBB7A6TextChestnut Brown#5A3A1B
Outlined Button5.28:1
AA

Good for lower-emphasis actions on light surfaces.

BackgroundSandy Beige#CBB7A6TextPumpkin Orange#F17C00
Text Button1.43:1
Low

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

Palette composition8 colorsMonochromatic color relationship
9:41Autumn Earthy Warmth 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.

CAutumn Earthy Warmth 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.Pumpkin Orange #F17C00
HeadlineUsed for main titles and key messages.Pumpkin Orange #F17C00
LinkUsed for links and interactive text.Pumpkin Orange #F17C00

Buttons

Primary Button
BackgroundPumpkin Orange #F17C00
TextDark Coffee #3B3227
Secondary Button
BackgroundChestnut Brown #5A3A1B
TextPure White #FFFFFF
Outlined Button
BackgroundChestnut Brown #5A3A1B
TextChestnut Brown #5A3A1B

Interface

TextDefault readable body text.Dark Coffee #3B3227
Bg LightLight page or section background.Sandy Beige #CBB7A6
Bg DarkDark page or section background.Mist Gray #DED7D0
IconSmall interface icons and marks.Driftwood Gray #9E968D
BorderCards, inputs, and component borders.Driftwood Gray #9E968D
DividerSubtle separators between content.Driftwood Gray #9E968D
OutlineFocus rings and emphasis outlines.Driftwood Gray #9E968D

Palette Colors

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

Main (Brand) Colors

The main colors combine two warm earthy browns and a bright orange that work together to evoke warmth, approachability, and grounded sophistication.

PrimaryPumpkin Orange

RolesLogo, Link, Btn Primary Bg, Headline

Pumpkin Orange adds vibrant warmth and energy, making the brand feel friendly and inviting.

HEX#F17C00
RGB241, 124, 0
HSL31, 100, 47
CMYK0, 49, 100, 5
SecondaryChestnut Brown

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Chestnut Brown imparts a rich and grounded feel, bringing depth and trustworthiness.

HEX#5A3A1B
RGB90, 58, 27
HSL30, 54, 23
CMYK0, 36, 70, 65
TertiarySandy Beige

RolesBg Light

Sandy Beige provides a gentle, natural warmth that softens and complements the stronger browns and orange.

HEX#CBB7A6
RGB203, 183, 166
HSL28, 26, 72
CMYK0, 10, 18, 20

Support Colors

Support colors extend the palette with muted grays that balance the warmth while enhancing usability and subtle detail.

Driftwood Gray

RolesIcon, Border, Divider, Outline

Driftwood Gray offers a quiet, neutral accent that harmonizes with the earthy tones without competing.

HEX#9E968D
RGB158, 150, 141
HSL32, 8, 59
CMYK0, 5, 11, 38
Mist Gray

RolesBg Dark

Mist Gray lightens the palette in small doses, ensuring good contrast and clarity in text and dark backgrounds.

HEX#DED7D0
RGB222, 215, 208
HSL30, 18, 84
CMYK0, 3, 6, 13

Neutral Colors

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

Pure White

RolesBtn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Almond White
HEX#F5F1EC
RGB245, 241, 236
HSL33, 31, 94
CMYK0, 2, 4, 4
Dark Coffee

RolesText, Btn Primary Text

HEX#3B3227
RGB59, 50, 39
HSL33, 20, 19
CMYK0, 15, 34, 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-pumpkin-orange: #F17C00;
  --color-chestnut-brown: #5A3A1B;
  --color-sandy-beige: #CBB7A6;
  --color-driftwood-gray: #9E968D;
  --color-mist-gray: #DED7D0;
  --color-pure-white: #FFFFFF;
  --color-almond-white: #F5F1EC;
  --color-dark-coffee: #3B3227;
}

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: #F17C00;
  --role-link: #F17C00;
  --role-btn-primary-bg: #F17C00;
  --role-headline: #F17C00;
  --role-btn-secondary-bg: #5A3A1B;
  --role-btn-outlined-border: #5A3A1B;
  --role-btn-outlined-text: #5A3A1B;
  --role-bg-light: #CBB7A6;
  --role-icon: #9E968D;
  --role-border: #9E968D;
  --role-divider: #9E968D;
  --role-outline: #9E968D;
  --role-bg-dark: #DED7D0;
  --role-btn-secondary-text: #FFFFFF;
  --role-text: #3B3227;
  --role-btn-primary-text: #3B3227;
}

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.
{
    "pumpkin-orange": "#F17C00",
    "chestnut-brown": "#5A3A1B",
    "sandy-beige": "#CBB7A6",
    "driftwood-gray": "#9E968D",
    "mist-gray": "#DED7D0",
    "pure-white": "#FFFFFF",
    "almond-white": "#F5F1EC",
    "dark-coffee": "#3B3227"
}
Press Space to load new palette