Salmon Coral#F57F6A
Midnight Green#0D5B5A
Ash Mauve#6E6A78
Tidal Teal#2D7C7A
Palette direction

Salmon Midnight Green Color Palette

This palette pairs a warm salmon coral with a deep midnight teal to create a vivid, modern contrast that feels both expressive and grounded. The result is a memorable system for brands that want energy, polish, and a slightly editorial edge.

ComplementaryNonesalmonmidnight greencoralteal
palette-preview.example
None color direction

Salmon Midnight Green Color Palette

This palette pairs a warm salmon coral with a deep midnight teal to create a vivid, modern contrast that feels both expressive and grounded. The result is a memorable system for brands that want energy, polish, and a slightly editorial edge.

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 Midnight Green #0D5B5A7.9:1 Excellent
Logo Ink Black #121212on Salmon Coral #F57F6A7.2:1 Excellent
Logo Ink Black #121212on Pure White #FFFFFF18.7:1 Excellent
Logo Pure White #FFFFFFon Ash Mauve #6E6A785.3:1 Strong
Icon color
BackgroundSalmon Coral#F57F6ATextInk Black#121212
Primary Button7.25:1
AAA

Best for the main action users should notice first.

BackgroundMidnight Green#0D5B5ATextPure White#FFFFFF
Secondary Button7.89:1
AAA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextTidal Teal#2D7C7A
Outlined Button4.91:1
AA

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextMidnight Green#0D5B5A
Text Button7.89:1
AAA

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

Palette composition7 colorsComplementary color relationship
9:41Salmon Midnight Green Color Palette Color role balance
Complementary 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.

CSalmon Midnight Green Color PaletteNone brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors create a clear warm-versus-cool relationship that is immediately recognizable and easy to build into a brand system. Salmon brings approachable warmth while midnight green adds depth and restraint, giving the palette strong contrast without feeling harsh.

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.Salmon Coral #F57F6A
HeadlineUsed for main titles and key messages.Midnight Green #0D5B5A
LinkUsed for links and interactive text.Midnight Green #0D5B5A

Buttons

Primary Button
BackgroundSalmon Coral #F57F6A
TextInk Black #121212
Secondary Button
BackgroundMidnight Green #0D5B5A
TextPure White #FFFFFF
Outlined Button
BackgroundTidal Teal #2D7C7A
TextTidal Teal #2D7C7A

Interface

TextDefault readable body text.Ink Black #121212
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Ink Black #121212
IconSmall interface icons and marks.Ash Mauve #6E6A78
BorderCards, inputs, and component borders.Ash Mauve #6E6A78
DividerSubtle separators between content.Tidal Teal #2D7C7A
OutlineFocus rings and emphasis outlines.Tidal Teal #2D7C7A

Palette Colors

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

Main (Brand) Colors

The main colors create a clear warm-versus-cool relationship that is immediately recognizable and easy to build into a brand system. Salmon brings approachable warmth while midnight green adds depth and restraint, giving the palette strong contrast without feeling harsh.

PrimarySalmon Coral

RolesLogo, Btn Primary Bg

This warm coral drives recognition and gives the brand a lively, inviting first impression.

HEX#F57F6A
RGB245, 127, 106
HSL9, 87, 69
CMYK0, 48, 57, 4
SecondaryMidnight Green

RolesLink, Btn Secondary Bg, Headline

This deep teal adds seriousness and stability, making the palette feel composed and trustworthy.

HEX#0D5B5A
RGB13, 91, 90
HSL179, 75, 20
CMYK86, 0, 1, 64

Support Colors

The support colors extend the salmon-and-teal relationship with muted, usable accents that stay subordinate to the main contrast. They add structure and interface clarity without competing for attention.

Ash Mauve

RolesIcon, Border

This subdued mauve-gray softens the palette and works well for functional UI details.

HEX#6E6A78
RGB110, 106, 120
HSL257, 6, 44
CMYK8, 12, 0, 53
Tidal Teal

RolesDivider, Outline, Btn Outlined Border, Btn Outlined Text

This cooler teal bridges the main colors and keeps outlined elements aligned with the core brand mood.

HEX#2D7C7A
RGB45, 124, 122
HSL178, 47, 33
CMYK64, 0, 2, 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
Warm Ivory
HEX#F4EFE8
RGB244, 239, 232
HSL35, 35, 93
CMYK0, 2, 5, 4
Ink Black

RolesBg Dark, Text, Btn Primary Text

HEX#121212
RGB18, 18, 18
HSL0, 0, 7
CMYK0, 0, 0, 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-salmon-coral: #F57F6A;
  --color-midnight-green: #0D5B5A;
  --color-ash-mauve: #6E6A78;
  --color-tidal-teal: #2D7C7A;
  --color-pure-white: #FFFFFF;
  --color-warm-ivory: #F4EFE8;
  --color-ink-black: #121212;
}

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: #F57F6A;
  --role-btn-primary-bg: #F57F6A;
  --role-link: #0D5B5A;
  --role-btn-secondary-bg: #0D5B5A;
  --role-headline: #0D5B5A;
  --role-icon: #6E6A78;
  --role-border: #6E6A78;
  --role-divider: #2D7C7A;
  --role-outline: #2D7C7A;
  --role-btn-outlined-border: #2D7C7A;
  --role-btn-outlined-text: #2D7C7A;
  --role-bg-light: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #121212;
  --role-text: #121212;
  --role-btn-primary-text: #121212;
}

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.
{
    "salmon-coral": "#F57F6A",
    "midnight-green": "#0D5B5A",
    "ash-mauve": "#6E6A78",
    "tidal-teal": "#2D7C7A",
    "pure-white": "#FFFFFF",
    "warm-ivory": "#F4EFE8",
    "ink-black": "#121212"
}
Press Space to load new palette