Coral#FF6F61
Mango#FFB347
Firebrick#B22222
Olive Green#88B04B
Palette direction

Coral Mango Firebrick Color Palette

This vibrant and balanced palette captures the rich, fresh appeal of food branding by combining warm, appetizing main colors with subtle supportive accents and practical neutrals for versatile usability across digital interfaces.

AnalogousFood Beveragecoralmangofirebrickfood
palette-preview.example
Food Beverage color direction

Coral Mango Firebrick Color Palette

This vibrant and balanced palette captures the rich, fresh appeal of food branding by combining warm, appetizing main colors with subtle supportive accents and practical neutrals for versatile usability across digital interfaces.

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 Firebrick #B222226.7:1 Strong
Logo Charcoal #3B3B3Bon Mango #FFB3476.3:1 Strong
Logo Charcoal #3B3B3Bon White #FFFFFF11.2:1 Excellent
Icon color
BackgroundCoral#FF6F61TextCharcoal#3B3B3B
Primary Button4.11:1
Large text

Best for the main action users should notice first.

BackgroundMango#FFB347TextCharcoal#3B3B3B
Secondary Button6.29:1
AA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextFirebrick#B22222
Outlined Button6.68:1
AA

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextCoral#FF6F61
Text Button2.73:1
Low

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

Palette composition7 colorsAnalogous color relationship
9:41Coral Mango Firebrick 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.

CCoral Mango Firebrick Color PaletteFood Beverage brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The triadic combination of Coral, Mango, and Firebrick creates an energetic and harmonious brand identity that feels fresh, inviting, and memorable for a food brand.

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.Coral #FF6F61
HeadlineUsed for main titles and key messages.Mango #FFB347
LinkUsed for links and interactive text.Coral #FF6F61

Buttons

Primary Button
BackgroundCoral #FF6F61
TextCharcoal #3B3B3B
Secondary Button
BackgroundMango #FFB347
TextCharcoal #3B3B3B
Outlined Button
BackgroundFirebrick #B22222
TextFirebrick #B22222

Interface

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

Palette Colors

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

Main (Brand) Colors

The triadic combination of Coral, Mango, and Firebrick creates an energetic and harmonious brand identity that feels fresh, inviting, and memorable for a food brand.

PrimaryCoral

RolesLogo, Btn Primary Bg, Link

Coral adds a vibrant, warm energy that stimulates appetite and attention, making it perfect for the logo and primary button backgrounds.

HEX#FF6F61
RGB255, 111, 97
HSL5, 100, 69
CMYK0, 56, 62, 0
SecondaryMango

RolesBtn Secondary Bg, Headline

Mango brings a sunny, cheerful brightness that complements Coral and offers a visually distinct secondary button background and headline accent.

HEX#FFB347
RGB255, 179, 71
HSL35, 100, 64
CMYK0, 30, 72, 0
TertiaryFirebrick

RolesBtn Outlined Border, Btn Outlined Text

Firebrick provides a deeper, earthy red that enhances button outlines and text, balancing the brightness of the other main colors while maintaining warmth.

HEX#B22222
RGB178, 34, 34
HSL0, 68, 42
CMYK0, 81, 81, 30

Support Colors

The support colors extend the main palette by introducing gentle natural green and muted teal shades, which serve to balance the warmth and enhance the freshness associated with food ingredients.

Olive Green

RolesIcon, Border, Divider, Outline

Olive Green complements the warm reds and oranges with a fresh, organic touch, grounding the palette in a natural context without overpowering.

HEX#88B04B
RGB136, 176, 75
HSL84, 40, 49
CMYK23, 0, 57, 31

Neutral Colors

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

White

RolesBg Light

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

RolesBg Dark

HEX#F7F7F7
RGB247, 247, 247
HSL0, 0, 97
CMYK0, 0, 0, 3
Charcoal

RolesText, Btn Primary Text, Btn Secondary Text

HEX#3B3B3B
RGB59, 59, 59
HSL0, 0, 23
CMYK0, 0, 0, 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-coral: #FF6F61;
  --color-mango: #FFB347;
  --color-firebrick: #B22222;
  --color-olive-green: #88B04B;
  --color-white: #FFFFFF;
  --color-ivory: #F7F7F7;
  --color-charcoal: #3B3B3B;
}

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: #FF6F61;
  --role-btn-primary-bg: #FF6F61;
  --role-link: #FF6F61;
  --role-btn-secondary-bg: #FFB347;
  --role-headline: #FFB347;
  --role-btn-outlined-border: #B22222;
  --role-btn-outlined-text: #B22222;
  --role-icon: #88B04B;
  --role-border: #88B04B;
  --role-divider: #88B04B;
  --role-outline: #88B04B;
  --role-bg-light: #FFFFFF;
  --role-bg-dark: #F7F7F7;
  --role-text: #3B3B3B;
  --role-btn-primary-text: #3B3B3B;
  --role-btn-secondary-text: #3B3B3B;
}

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.
{
    "coral": "#FF6F61",
    "mango": "#FFB347",
    "firebrick": "#B22222",
    "olive-green": "#88B04B",
    "white": "#FFFFFF",
    "ivory": "#F7F7F7",
    "charcoal": "#3B3B3B"
}
Press Space to load new palette