Mango Fire#F26A21
Cambodia Pine#2F5A3A
Oat Milk Cream#F4E6D1
Clay Peel#C97B53
Olive Stem#6F8B52
Palette direction

Mango Oat Milk Color Palette

A warm, market-inspired palette built from ripe mango orange, oat-cream beige, and deep botanical green, with muted terracotta and moss accents to keep the system grounded. It feels handcrafted and inviting while still giving the brand clear contrast for UI hierarchy and signage.

CustomFood Beveragemango orangeoat milkbotanical greenmarket-inspired
palette-preview.example
Food Beverage color direction

Mango Oat Milk Color Palette

A warm, market-inspired palette built from ripe mango orange, oat-cream beige, and deep botanical green, with muted terracotta and moss accents to keep the system grounded. It feels handcrafted and inviting while still giving the brand clear contrast for UI hierarchy and signage.

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 Charcoal Ink #151515on Oat Milk Cream #F4E6D114.9:1 Excellent
Logo Pure White #FFFFFFon Cambodia Pine #2F5A3A7.9:1 Excellent
Logo Charcoal Ink #151515on Mango Fire #F26A216.0:1 Strong
Logo Charcoal Ink #151515on Pure White #FFFFFF18.3:1 Excellent
Icon color
BackgroundMango Fire#F26A21TextCharcoal Ink#151515
Primary Button5.96:1
AA

Best for the main action users should notice first.

BackgroundCambodia Pine#2F5A3ATextPure White#FFFFFF
Secondary Button7.94:1
AAA

Useful for softer choices and secondary paths.

BackgroundOat Milk Cream#F4E6D1TextClay Peel#C97B53
Outlined Button2.65:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundOat Milk Cream#F4E6D1TextCambodia Pine#2F5A3A
Text Button6.46:1
AA

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

Palette composition8 colorsCustom color relationship
9:41Mango Oat Milk 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.

CMango Oat Milk Color PaletteFood Beverage brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors pair vivid mango orange with a grounded deep green, anchored by a soft oat-cream tone for a recognizable market-style system. Together they create a lively, artisanal contrast that feels fresh, edible, and easy to apply in a

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.Mango Fire #F26A21
HeadlineUsed for main titles and key messages.Cambodia Pine #2F5A3A
LinkUsed for links and interactive text.Cambodia Pine #2F5A3A

Buttons

Primary Button
BackgroundMango Fire #F26A21
TextCharcoal Ink #151515
Secondary Button
BackgroundCambodia Pine #2F5A3A
TextPure White #FFFFFF
Outlined Button
BackgroundClay Peel #C97B53
TextClay Peel #C97B53

Interface

TextDefault readable body text.Charcoal Ink #151515
Bg LightLight page or section background.Oat Milk Cream #F4E6D1
Bg DarkDark page or section background.Oat Milk Cream #F4E6D1
IconSmall interface icons and marks.Olive Stem #6F8B52
BorderCards, inputs, and component borders.Olive Stem #6F8B52
DividerSubtle separators between content.Olive Stem #6F8B52
OutlineFocus rings and emphasis outlines.Olive Stem #6F8B52

Palette Colors

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

Main (Brand) Colors

The main colors pair vivid mango orange with a grounded deep green, anchored by a soft oat-cream tone for a recognizable market-style system. Together they create a lively, artisanal contrast that feels fresh, edible, and easy to apply in a

PrimaryMango Fire

RolesLogo, Btn Primary Bg

The energetic signature color that gives the brand instant appetite appeal and strong shelf presence.

HEX#F26A21
RGB242, 106, 33
HSL21, 89, 54
CMYK0, 56, 86, 5
PrimaryCambodia Pine

RolesLink, Btn Secondary Bg, Headline

A grounded botanical tone that adds structure, trust, and a more refined counterbalance to the orange.

HEX#2F5A3A
RGB47, 90, 58
HSL135, 31, 27
CMYK48, 0, 36, 65
SecondaryOat Milk Cream

RolesBg Light, Bg Dark

A warm light neutral that softens the palette and keeps text and backgrounds readable across the system.

HEX#F4E6D1
RGB244, 230, 209
HSL36, 61, 89
CMYK0, 6, 14, 4

Support Colors

Muted support accents extend the palette with earthy variation without competing with the main orange and green. They add tactile warmth and material depth for borders, dividers, h

Clay Peel

RolesBtn Outlined Border, Btn Outlined Text

A muted terracotta accent that supports outlined actions while staying visually tied to the mango hue.

HEX#C97B53
RGB201, 123, 83
HSL20, 52, 56
CMYK0, 39, 59, 21
Olive Stem

RolesIcon, Border, Divider, Outline

A subdued moss-green utility tone that reinforces the botanical direction and handles interface structure quietly.

HEX#6F8B52
RGB111, 139, 82
HSL89, 26, 43
CMYK20, 0, 41, 45

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
Alabaster Oat
HEX#F7F1E8
RGB247, 241, 232
HSL36, 48, 94
CMYK0, 2, 6, 3
Charcoal Ink

RolesText, Btn Primary Text

HEX#151515
RGB21, 21, 21
HSL0, 0, 8
CMYK0, 0, 0, 92

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-mango-fire: #F26A21;
  --color-cambodia-pine: #2F5A3A;
  --color-oat-milk-cream: #F4E6D1;
  --color-clay-peel: #C97B53;
  --color-olive-stem: #6F8B52;
  --color-pure-white: #FFFFFF;
  --color-alabaster-oat: #F7F1E8;
  --color-charcoal-ink: #151515;
}

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: #F26A21;
  --role-btn-primary-bg: #F26A21;
  --role-link: #2F5A3A;
  --role-btn-secondary-bg: #2F5A3A;
  --role-headline: #2F5A3A;
  --role-bg-light: #F4E6D1;
  --role-bg-dark: #F4E6D1;
  --role-btn-outlined-border: #C97B53;
  --role-btn-outlined-text: #C97B53;
  --role-icon: #6F8B52;
  --role-border: #6F8B52;
  --role-divider: #6F8B52;
  --role-outline: #6F8B52;
  --role-btn-secondary-text: #FFFFFF;
  --role-text: #151515;
  --role-btn-primary-text: #151515;
}

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.
{
    "mango-fire": "#F26A21",
    "cambodia-pine": "#2F5A3A",
    "oat-milk-cream": "#F4E6D1",
    "clay-peel": "#C97B53",
    "olive-stem": "#6F8B52",
    "pure-white": "#FFFFFF",
    "alabaster-oat": "#F7F1E8",
    "charcoal-ink": "#151515"
}
Press Space to load new palette