Charcoal Crate#2C2A27
Squash Orange#F28C28
Garden Leaf#5A8F3B
Moss River#547A63
Stone Stem#7A7D78
Palette direction

Harvest Market Food Color Palette

This palette turns the image’s earthy produce tones into a bold, usable brand system with grounded contrast and a lively accent rhythm. It feels fresh and artisanal without becoming rustic or overly muted.

AnalogousFood Beverageharvestmarketproduceearthy
palette-preview.example
Food Beverage color direction

Harvest Market Food Color Palette

This palette turns the image’s earthy produce tones into a bold, usable brand system with grounded contrast and a lively accent rhythm. It feels fresh and artisanal without becoming rustic or overly muted.

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 Charcoal Crate #2C2A2714.3:1 Excellent
Logo Deep Ink #11110Fon Squash Orange #F28C287.7:1 Excellent
Logo Deep Ink #11110Fon Garden Leaf #5A8F3B4.9:1 Strong
Logo Deep Ink #11110Fon Pure White #FFFFFF18.9:1 Excellent
Icon color
BackgroundSquash Orange#F28C28TextDeep Ink#11110F
Primary Button7.70:1
AAA

Best for the main action users should notice first.

BackgroundCharcoal Crate#2C2A27TextPure White#FFFFFF
Secondary Button14.31:1
AAA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextSoft Linen#F3F0E8
Outlined Button1.14:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextGarden Leaf#5A8F3B
Text Button3.87:1
Large text

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

Palette composition8 colorsAnalogous color relationship
9:41Harvest Market Food 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.

CHarvest Market Food Color PaletteFood Beverage brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors combine a charred charcoal, ripe squash orange, and garden leaf green to echo the image’s market crates and produce with a strong, recognizable balance. Together they create a vivid but grounded identity that feels seasonal, appetizing, and dependable.

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.Charcoal Crate #2C2A27
HeadlineUsed for main titles and key messages.Squash Orange #F28C28
LinkUsed for links and interactive text.Garden Leaf #5A8F3B

Buttons

Primary Button
BackgroundSquash Orange #F28C28
TextDeep Ink #11110F
Secondary Button
BackgroundCharcoal Crate #2C2A27
TextPure White #FFFFFF
Outlined Button
BackgroundMoss River #547A63
TextSoft Linen #F3F0E8

Interface

TextDefault readable body text.Deep Ink #11110F
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Deep Ink #11110F
IconSmall interface icons and marks.Moss River #547A63
BorderCards, inputs, and component borders.Stone Stem #7A7D78
DividerSubtle separators between content.Stone Stem #7A7D78
OutlineFocus rings and emphasis outlines.Stone Stem #7A7D78

Palette Colors

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

Main (Brand) Colors

The main colors combine a charred charcoal, ripe squash orange, and garden leaf green to echo the image’s market crates and produce with a strong, recognizable balance. Together they create a vivid but grounded identity that feels seasonal, appetizing, and dependable.

PrimaryCharcoal Crate

RolesLogo, Btn Secondary Bg

This near-black brown anchors the palette with a sturdy, market-crate feel that gives the brand structure and seriousness.

HEX#2C2A27
RGB44, 42, 39
HSL36, 6, 16
CMYK0, 5, 11, 83
PrimarySquash Orange

RolesBtn Primary Bg, Headline

This saturated orange delivers appetite, energy, and immediate shelf appeal without drifting into neon brightness.

HEX#F28C28
RGB242, 140, 40
HSL30, 89, 55
CMYK0, 42, 83, 5
PrimaryGarden Leaf

RolesLink

This softened green adds freshness and organic credibility, reinforcing the produce-led story while staying practical on screen.

HEX#5A8F3B
RGB90, 143, 59
HSL98, 42, 40
CMYK37, 0, 59, 44

Support Colors

The support colors extend the palette with a restrained mossy blue-green and a muted stone gray, adding depth and utility without competing with the primary market tones. They help separate content, guide attention, and keep the system feeling natural and composed.

Moss River

RolesBtn Outlined Border, Icon

This subdued blue-green softens the palette’s warmth and gives outlines and icons a calm, natural counterpoint.

HEX#547A63
RGB84, 122, 99
HSL144, 18, 40
CMYK31, 0, 19, 52
Stone Stem

RolesBorder, Divider, Outline

This balanced gray supports UI structure and spacing while echoing the image’s rough, practical surfaces.

HEX#7A7D78
RGB122, 125, 120
HSL96, 2, 48
CMYK2, 0, 4, 51

Neutral Colors

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

Pure White

RolesBg Light, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Soft Linen

RolesBtn Outlined Text

HEX#F3F0E8
RGB243, 240, 232
HSL44, 31, 93
CMYK0, 1, 5, 5
Deep Ink

RolesBg Dark, Text, Btn Primary Text

HEX#11110F
RGB17, 17, 15
HSL60, 6, 6
CMYK0, 0, 12, 93

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-charcoal-crate: #2C2A27;
  --color-squash-orange: #F28C28;
  --color-garden-leaf: #5A8F3B;
  --color-moss-river: #547A63;
  --color-stone-stem: #7A7D78;
  --color-pure-white: #FFFFFF;
  --color-soft-linen: #F3F0E8;
  --color-deep-ink: #11110F;
}

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: #2C2A27;
  --role-btn-secondary-bg: #2C2A27;
  --role-btn-primary-bg: #F28C28;
  --role-headline: #F28C28;
  --role-link: #5A8F3B;
  --role-btn-outlined-border: #547A63;
  --role-icon: #547A63;
  --role-border: #7A7D78;
  --role-divider: #7A7D78;
  --role-outline: #7A7D78;
  --role-bg-light: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-btn-outlined-text: #F3F0E8;
  --role-bg-dark: #11110F;
  --role-text: #11110F;
  --role-btn-primary-text: #11110F;
}

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.
{
    "charcoal-crate": "#2C2A27",
    "squash-orange": "#F28C28",
    "garden-leaf": "#5A8F3B",
    "moss-river": "#547A63",
    "stone-stem": "#7A7D78",
    "pure-white": "#FFFFFF",
    "soft-linen": "#F3F0E8",
    "deep-ink": "#11110F"
}
Press Space to load new palette