Chestnut#7C4A2A
Tan#A97449
Forest Green#4C7D47
Saddle Brown#8C6B4F
Sage#7FA46B
Palette direction

Mushroom Brown Green Color Palette

Smusher's palette blends warm earthy tones inspired by mushrooms with fresh natural greens and warm neutrals to embody health, flavor, and comfort in a balanced, approachable system.

CustomFood Beveragemushroomburgerhealthyearthy
palette-preview.example
Food Beverage color direction

Mushroom Brown Green Color Palette

Smusher's palette blends warm earthy tones inspired by mushrooms with fresh natural greens and warm neutrals to embody health, flavor, and comfort in a balanced, approachable system.

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 Chestnut #7C4A2A7.3:1 Excellent
Logo White #FFFFFFon Forest Green #4C7D474.8:1 Strong
Logo Charcoal #3E3E3Eon White #FFFFFF10.7:1 Excellent
Logo White #FFFFFFon Saddle Brown #8C6B4F4.8:1 Strong
Icon color
BackgroundChestnut#7C4A2ATextWhite#FFFFFF
Primary Button7.32:1
AAA

Best for the main action users should notice first.

BackgroundTan#A97449TextWhite#FFFFFF
Secondary Button3.98:1
Large text

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextChestnut#7C4A2A
Outlined Button7.32:1
AAA

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextChestnut#7C4A2A
Text Button7.32:1
AAA

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

Palette composition8 colorsCustom color relationship
9:41Mushroom Brown Green Color Palette Color role balance
Custom 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.

CMushroom Brown Green Color PaletteFood Beverage brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors combine warm mushroom-inspired browns with fresh natural greens to create a recognizable and harmonious system that represents wholesome nutrition and liveliness.

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.Chestnut #7C4A2A
HeadlineUsed for main titles and key messages.Tan #A97449
LinkUsed for links and interactive text.Chestnut #7C4A2A

Buttons

Primary Button
BackgroundChestnut #7C4A2A
TextWhite #FFFFFF
Secondary Button
BackgroundTan #A97449
TextWhite #FFFFFF
Outlined Button
BackgroundChestnut #7C4A2A
TextChestnut #7C4A2A

Interface

TextDefault readable body text.Charcoal #3E3E3E
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Cultured #F5F5F5
IconSmall interface icons and marks.Saddle Brown #8C6B4F
BorderCards, inputs, and component borders.Saddle Brown #8C6B4F
DividerSubtle separators between content.Saddle Brown #8C6B4F
OutlineFocus rings and emphasis outlines.Saddle Brown #8C6B4F

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 mushroom-inspired browns with fresh natural greens to create a recognizable and harmonious system that represents wholesome nutrition and liveliness.

PrimaryChestnut

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

Chestnut provides a warm, earthy base evoking the mushroom's rich flavor and the brand's wholesome approach.

HEX#7C4A2A
RGB124, 74, 42
HSL23, 49, 33
CMYK0, 40, 66, 51
SecondaryTan

RolesHeadline, Btn Secondary Bg

Tan softens the palette with a comforting warmth that reflects the brand's approachable and satisfying character.

HEX#A97449
RGB169, 116, 73
HSL27, 40, 47
CMYK0, 31, 57, 34
TertiaryForest Green

Forest Green adds a fresh, natural vibrancy to highlight health and vitality in the brand’s messaging.

HEX#4C7D47
RGB76, 125, 71
HSL114, 28, 38
CMYK39, 0, 43, 51

Support Colors

Support colors extend the main palette with muted earth tones and softer greens that subtly reinforce the natural and wholesome qualities without overpowering.

Saddle Brown

RolesIcon, Border, Divider, Outline

Saddle Brown complements Chestnut by adding a muted, grounded tone for interface elements, reinforcing the earthy mood.

HEX#8C6B4F
RGB140, 107, 79
HSL28, 28, 43
CMYK0, 24, 44, 45
Sage

Sage offers a softer green accent that balances Forest Green with a gentle, fresh nuance reflecting nature and wellness.

HEX#7FA46B
RGB127, 164, 107
HSL99, 24, 53
CMYK23, 0, 35, 36

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
Cultured

RolesBg Dark

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

RolesText

HEX#3E3E3E
RGB62, 62, 62
HSL0, 0, 24
CMYK0, 0, 0, 76

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-chestnut: #7C4A2A;
  --color-tan: #A97449;
  --color-forest-green: #4C7D47;
  --color-saddle-brown: #8C6B4F;
  --color-sage: #7FA46B;
  --color-white: #FFFFFF;
  --color-cultured: #F5F5F5;
  --color-charcoal: #3E3E3E;
}

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: #7C4A2A;
  --role-link: #7C4A2A;
  --role-btn-primary-bg: #7C4A2A;
  --role-btn-outlined-border: #7C4A2A;
  --role-btn-outlined-text: #7C4A2A;
  --role-headline: #A97449;
  --role-btn-secondary-bg: #A97449;
  --role-icon: #8C6B4F;
  --role-border: #8C6B4F;
  --role-divider: #8C6B4F;
  --role-outline: #8C6B4F;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #F5F5F5;
  --role-text: #3E3E3E;
}

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.
{
    "chestnut": "#7C4A2A",
    "tan": "#A97449",
    "forest-green": "#4C7D47",
    "saddle-brown": "#8C6B4F",
    "sage": "#7FA46B",
    "white": "#FFFFFF",
    "cultured": "#F5F5F5",
    "charcoal": "#3E3E3E"
}
Press Space to load new palette