Coral#FC6A50
Goldenrod#D9A441
Teal#3CA6A6
Russet#B87A57
Slate Teal#7AA6A5
Palette direction

Coral Gold Teal Color Palette

This vibrant palette balances a bold coral main color with warm golden and soft teal supports, anchored by a strong dark charcoal and clean neutrals for readability and contrast.

Split ComplementaryFood Beveragecoralgoldtealwarm
palette-preview.example
Food Beverage color direction

Coral Gold Teal Color Palette

This vibrant palette balances a bold coral main color with warm golden and soft teal supports, anchored by a strong dark charcoal and clean neutrals for readability and contrast.

Explore the color system8 colors mapped to roles
Logo contrast guide

Logo color pairings

Each column shows a usable logo color on a palette background, with contrast checked for clarity.

Logo Charcoal #2A2A2A
on Goldenrod #D9A441

6.4:1 Strong

Logo Charcoal #2A2A2A
on Coral #FC6A50

5.0:1 Strong

Logo Charcoal #2A2A2A
on Teal #3CA6A6

4.9:1 Strong

Logo Charcoal #2A2A2A
on White #FFFFFF

14.4:1 Excellent
Business card

Printed materials without guessing.

A neutral card system with the logo color, contact text, and a restrained palette accent.

Avery Stone Palette designer avery@example.com colorfly.design
Mobile website

The palette has to survive the small screen.

A mobile landing page preview with logo, navigation, headline, CTA, content card, and chart color usage.

Food Beverage Coral Gold Teal Color Palette

The triadic main colors coral, gold, and teal create a lively and harmonious visual identity that is memorable and versatile for food and beverage branding.

Analytics system

Dashboards need more than one pretty color.

Numbers, pie charts, bars, stacked bars, and lines reveal whether the palette can support real product interfaces.

Revenue$84.2k+18.4%
Retention72%Stable
Signals8Split Complementary
Audience split
Monthly growth
Trend line

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 #FC6A50
HeadlineUsed for main titles and key messages.Goldenrod #D9A441
LinkUsed for links and interactive text.Coral #FC6A50

Buttons

Primary Button
Contrast5.00:1AA
BackgroundCoral #FC6A50
TextCharcoal #2A2A2A
Secondary Button
Contrast6.38:1AA
BackgroundGoldenrod #D9A441
TextCharcoal #2A2A2A
Outlined Button
Contrast2.87:1Low
BorderCoral #FC6A50
TextCoral #FC6A50

Interface

TextDefault readable body text.Charcoal #2A2A2A
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Ivory #F7F7F7
IconSmall interface icons and marks.Russet #B87A57
BorderCards, inputs, and component borders.Russet #B87A57
DividerSubtle separators between content.Russet #B87A57
OutlineFocus rings and emphasis outlines.Russet #B87A57

Print Color Values

CMYK values are calculated from HEX by default. Adjust them only when preparing print materials.

Palette Colors

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

Main (Brand) Colors

The triadic main colors coral, gold, and teal create a lively and harmonious visual identity that is memorable and versatile for food and beverage branding.

PrimaryCoral

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

Coral brings energetic warmth and appetite appeal, perfect for attracting attention and creating memorable brand recognition.

HEX#FC6A50
RGB252, 106, 80
HSL9, 97, 65
CMYK0, 58, 68, 1
SecondaryGoldenrod

RolesHeadline, Btn Secondary Bg

Goldenrod adds a rich, warm accent that complements coral by enhancing the brand's inviting and fresh personality.

HEX#D9A441
RGB217, 164, 65
HSL39, 67, 55
CMYK0, 24, 70, 15
TertiaryTeal

Teal injects cool balance and vibrancy, grounding the palette with freshness and versatility to broaden appeal.

HEX#3CA6A6
RGB60, 166, 166
HSL180, 47, 44
CMYK64, 0, 0, 35

Support Colors

Support colors extend the palette by introducing soft, subtle tonal variations in warm browns and muted blues, reinforcing the main colors without overpowering them.

Russet

RolesIcon, Border, Divider, Outline

Russet offers a muted warm brown that harmonizes with coral and goldenrod, providing depth and a natural feel for interface elements.

HEX#B87A57
RGB184, 122, 87
HSL22, 41, 53
CMYK0, 34, 53, 28
Slate Teal

Slate Teal gently echoes the teal main color with a softer tone, enhancing supporting elements while maintaining palette cohesion.

HEX#7AA6A5
RGB122, 166, 165
HSL179, 20, 56
CMYK27, 0, 1, 35

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#2A2A2A
RGB42, 42, 42
HSL0, 0, 16
CMYK0, 0, 0, 84

Export and Handoff

Copy palette values for design systems, websites, and client handoff. You can also copy this palette for Logo Export on myLogo.review, so your colors are ready there in one click.

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: #FC6A50;
  --color-goldenrod: #D9A441;
  --color-teal: #3CA6A6;
  --color-russet: #B87A57;
  --color-slate-teal: #7AA6A5;
  --color-white: #FFFFFF;
  --color-ivory: #F7F7F7;
  --color-charcoal: #2A2A2A;
}

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: #FC6A50;
  --role-link: #FC6A50;
  --role-btn-primary-bg: #FC6A50;
  --role-btn-outlined-border: #FC6A50;
  --role-btn-outlined-text: #FC6A50;
  --role-headline: #D9A441;
  --role-btn-secondary-bg: #D9A441;
  --role-icon: #B87A57;
  --role-border: #B87A57;
  --role-divider: #B87A57;
  --role-outline: #B87A57;
  --role-bg-light: #FFFFFF;
  --role-bg-dark: #F7F7F7;
  --role-text: #2A2A2A;
  --role-btn-primary-text: #2A2A2A;
  --role-btn-secondary-text: #2A2A2A;
}

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": "#FC6A50",
    "goldenrod": "#D9A441",
    "teal": "#3CA6A6",
    "russet": "#B87A57",
    "slate-teal": "#7AA6A5",
    "white": "#FFFFFF",
    "ivory": "#F7F7F7",
    "charcoal": "#2A2A2A"
}
Press Space to load new palette