Dark Chocolate#5B3010
Burnt Sienna#803212
Copper Red#A85323
Olive Green#64723C
Soft Chestnut#7A503E
Palette direction

Rich Earthy Coffee Color Palette

This palette uses warm, earthy tones inspired by the coffee and chocolate hues in the logo, paired with complementary rich reds and a grounding olive green to create a cozy, organic, and approachable brand identity.

MonochromaticCreativecoffeeearthywarmorganic
palette-preview.example
Creative color direction

Rich Earthy Coffee Color Palette

This palette uses warm, earthy tones inspired by the coffee and chocolate hues in the logo, paired with complementary rich reds and a grounding olive green to create a cozy, organic, and approachable brand identity.

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 Dark Chocolate #5B301011.2:1 Excellent
Logo White #FFFFFFon Copper Red #A853235.3:1 Strong
Logo Dark Charcoal #3A2E2Aon White #FFFFFF13.1:1 Excellent
Logo White #FFFFFFon Olive Green #64723C5.2:1 Strong
Icon color
BackgroundDark Chocolate#5B3010TextWhite#FFFFFF
Primary Button11.20:1
AAA

Best for the main action users should notice first.

BackgroundBurnt Sienna#803212TextWhite#FFFFFF
Secondary Button8.81:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextBurnt Sienna#803212
Outlined Button8.81:1
AAA

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextBurnt Sienna#803212
Text Button8.81:1
AAA

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

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

CRich Earthy Coffee Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors form an analogous color scheme of warm browns and red-browns, creating a rich, inviting, and organic visual identity with strong brand recognition.

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.Dark Chocolate #5B3010
HeadlineUsed for main titles and key messages.Burnt Sienna #803212
LinkUsed for links and interactive text.Burnt Sienna #803212

Buttons

Primary Button
BackgroundDark Chocolate #5B3010
TextWhite #FFFFFF
Secondary Button
BackgroundBurnt Sienna #803212
TextWhite #FFFFFF
Outlined Button
BackgroundDark Chocolate #5B3010
TextBurnt Sienna #803212

Interface

TextDefault readable body text.Dark Charcoal #3A2E2A
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Ivory #F5F5F5
IconSmall interface icons and marks.Olive Green #64723C
BorderCards, inputs, and component borders.Olive Green #64723C
DividerSubtle separators between content.Olive Green #64723C
OutlineFocus rings and emphasis outlines.Olive Green #64723C

Palette Colors

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

Main (Brand) Colors

The main colors form an analogous color scheme of warm browns and red-browns, creating a rich, inviting, and organic visual identity with strong brand recognition.

PrimaryDark Chocolate

RolesLogo, Btn Primary Bg, Btn Outlined Border

Dark Chocolate provides a deep, rich foundation symbolizing reliability and warmth, perfect for prominent brand elements like the logo and primary buttons.

HEX#5B3010
RGB91, 48, 16
HSL26, 70, 21
CMYK0, 47, 82, 64
SecondaryBurnt Sienna

RolesLink, Btn Secondary Bg, Btn Outlined Text, Headline

Burnt Sienna adds vibrancy and energy while maintaining warmth, ideal for calls-to-action and headers to draw attention without overpowering.

HEX#803212
RGB128, 50, 18
HSL17, 75, 29
CMYK0, 61, 86, 50
TertiaryCopper Red

Copper Red offers a brighter accent that complements the deeper browns, enhancing brand personality with subtle warmth and approachability.

HEX#A85323
RGB168, 83, 35
HSL22, 66, 40
CMYK0, 51, 79, 34

Support Colors

Support colors introduce an olive green and softer brown to add balance and natural contrast that harmonizes with the warm main colors without competing visually.

Olive Green

RolesIcon, Border, Divider, Outline

Olive Green grounds the palette with a muted, natural tone that complements the warm browns and adds a subtle earthy freshness.

HEX#64723C
RGB100, 114, 60
HSL76, 31, 34
CMYK12, 0, 47, 55
Soft Chestnut

Soft Chestnut provides a gentle brown accent that supports the primary warm palette by offering tonal variation and depth.

HEX#7A503E
RGB122, 80, 62
HSL18, 33, 36
CMYK0, 34, 49, 52

Neutral Colors

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

White

RolesBg Light, Btn Primary Text, Btn Secondary Text

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

RolesBg Dark

HEX#F5F5F5
RGB245, 245, 245
HSL0, 0, 96
CMYK0, 0, 0, 4
Dark Charcoal

RolesText

HEX#3A2E2A
RGB58, 46, 42
HSL15, 16, 20
CMYK0, 21, 28, 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-dark-chocolate: #5B3010;
  --color-burnt-sienna: #803212;
  --color-copper-red: #A85323;
  --color-olive-green: #64723C;
  --color-soft-chestnut: #7A503E;
  --color-white: #FFFFFF;
  --color-ivory: #F5F5F5;
  --color-dark-charcoal: #3A2E2A;
}

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: #5B3010;
  --role-btn-primary-bg: #5B3010;
  --role-btn-outlined-border: #5B3010;
  --role-link: #803212;
  --role-btn-secondary-bg: #803212;
  --role-btn-outlined-text: #803212;
  --role-headline: #803212;
  --role-icon: #64723C;
  --role-border: #64723C;
  --role-divider: #64723C;
  --role-outline: #64723C;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #F5F5F5;
  --role-text: #3A2E2A;
}

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.
{
    "dark-chocolate": "#5B3010",
    "burnt-sienna": "#803212",
    "copper-red": "#A85323",
    "olive-green": "#64723C",
    "soft-chestnut": "#7A503E",
    "white": "#FFFFFF",
    "ivory": "#F5F5F5",
    "dark-charcoal": "#3A2E2A"
}
Press Space to load new palette