Gold Ochre#D9A952
Burnt Orange#EB7800
Chocolate Brown#4A342B
Warm Taupe#B69979
Cool Gray#C1C5C6
Palette direction

Warm Earthy Yellow Color Palette

This palette draws from the warm, earthy, and inviting hues present in the image, featuring natural browns, warm yellows, and splashes of vibrant orange. The colors work cohesively to evoke feelings of comfort, stability, and energetic warmth, suitable for brands looking to express grounded optimism and authentic friendliness.

MonochromaticCreativewarmearthyyellowbrown
palette-preview.example
Creative color direction

Warm Earthy Yellow Color Palette

This palette draws from the warm, earthy, and inviting hues present in the image, featuring natural browns, warm yellows, and splashes of vibrant orange. The colors work cohesively to evoke feelings of comfort, stability, and energetic warmth, suitable for brands looking to express grounded optimism and authentic friendliness.

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 Chocolate Brown #4A342B11.6:1 Excellent
Logo Rich Black #1B1B1Bon Gold Ochre #D9A9528.0:1 Excellent
Logo Rich Black #1B1B1Bon Burnt Orange #EB78005.9:1 Strong
Logo Rich Black #1B1B1Bon Pure White #FFFFFF17.2:1 Excellent
Icon color
BackgroundGold Ochre#D9A952TextRich Black#1B1B1B
Primary Button7.99:1
AAA

Best for the main action users should notice first.

BackgroundBurnt Orange#EB7800TextRich Black#1B1B1B
Secondary Button5.92:1
AA

Useful for softer choices and secondary paths.

BackgroundCool Gray#C1C5C6TextChocolate Brown#4A342B
Outlined Button6.64:1
AA

Good for lower-emphasis actions on light surfaces.

BackgroundCool Gray#C1C5C6TextGold Ochre#D9A952
Text Button1.24:1
Low

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

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

CWarm Earthy Yellow Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors are a warm golden yellow, a bright burnt orange, and a rich dark brown that form an inviting, harmonious analogous color scheme conveying warmth and friendliness.

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.Gold Ochre #D9A952
HeadlineUsed for main titles and key messages.Gold Ochre #D9A952
LinkUsed for links and interactive text.Gold Ochre #D9A952

Buttons

Primary Button
BackgroundGold Ochre #D9A952
TextRich Black #1B1B1B
Secondary Button
BackgroundBurnt Orange #EB7800
TextRich Black #1B1B1B
Outlined Button
BackgroundChocolate Brown #4A342B
TextChocolate Brown #4A342B

Interface

TextDefault readable body text.Rich Black #1B1B1B
Bg LightLight page or section background.Cool Gray #C1C5C6
Bg DarkDark page or section background.Chocolate Brown #4A342B
IconSmall interface icons and marks.Warm Taupe #B69979
BorderCards, inputs, and component borders.Warm Taupe #B69979
DividerSubtle separators between content.Warm Taupe #B69979
OutlineFocus rings and emphasis outlines.Warm Taupe #B69979

Palette Colors

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

Main (Brand) Colors

The main colors are a warm golden yellow, a bright burnt orange, and a rich dark brown that form an inviting, harmonious analogous color scheme conveying warmth and friendliness.

PrimaryGold Ochre

RolesLogo, Link, Btn Primary Bg, Headline

Gold Ochre adds a warm, inviting tone that suggests optimism and approachability.

HEX#D9A952
RGB217, 169, 82
HSL39, 64, 59
CMYK0, 22, 62, 15
SecondaryBurnt Orange

RolesBtn Secondary Bg

Burnt Orange offers energetic vibrancy making it excellent for buttons and calls to action without overwhelming the palette.

HEX#EB7800
RGB235, 120, 0
HSL31, 100, 46
CMYK0, 49, 100, 8
TertiaryChocolate Brown

RolesBtn Outlined Border, Btn Outlined Text, Bg Dark

Chocolate Brown grounds the palette with depth and stability, perfect for dark backgrounds and border elements.

HEX#4A342B
RGB74, 52, 43
HSL17, 26, 23
CMYK0, 30, 42, 71

Support Colors

Support colors extend the warm, natural feeling with softer, muted browns and a cool neutral gray to balance the warmth for readability and iconography.

Warm Taupe

RolesIcon, Border, Divider, Outline

Warm Taupe complements the main browns with a soft, neutral tone for subtle dividing lines and icons.

HEX#B69979
RGB182, 153, 121
HSL31, 29, 59
CMYK0, 16, 34, 29
Cool Gray

RolesBg Light

Cool Gray adds a calming balance, used for backgrounds and headlines to ensure readability and contrast.

HEX#C1C5C6
RGB193, 197, 198
HSL192, 4, 77
CMYK3, 1, 0, 22

Neutral Colors

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

Pure White
HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Ivory
HEX#F5F1E9
RGB245, 241, 233
HSL40, 38, 94
CMYK0, 2, 5, 4
Rich Black

RolesText, Btn Primary Text, Btn Secondary Text

HEX#1B1B1B
RGB27, 27, 27
HSL0, 0, 11
CMYK0, 0, 0, 89

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-gold-ochre: #D9A952;
  --color-burnt-orange: #EB7800;
  --color-chocolate-brown: #4A342B;
  --color-warm-taupe: #B69979;
  --color-cool-gray: #C1C5C6;
  --color-pure-white: #FFFFFF;
  --color-ivory: #F5F1E9;
  --color-rich-black: #1B1B1B;
}

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: #D9A952;
  --role-link: #D9A952;
  --role-btn-primary-bg: #D9A952;
  --role-headline: #D9A952;
  --role-btn-secondary-bg: #EB7800;
  --role-btn-outlined-border: #4A342B;
  --role-btn-outlined-text: #4A342B;
  --role-bg-dark: #4A342B;
  --role-icon: #B69979;
  --role-border: #B69979;
  --role-divider: #B69979;
  --role-outline: #B69979;
  --role-bg-light: #C1C5C6;
  --role-text: #1B1B1B;
  --role-btn-primary-text: #1B1B1B;
  --role-btn-secondary-text: #1B1B1B;
}

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.
{
    "gold-ochre": "#D9A952",
    "burnt-orange": "#EB7800",
    "chocolate-brown": "#4A342B",
    "warm-taupe": "#B69979",
    "cool-gray": "#C1C5C6",
    "pure-white": "#FFFFFF",
    "ivory": "#F5F1E9",
    "rich-black": "#1B1B1B"
}
Press Space to load new palette