Coral Pink#EC6EA6
Teal Blue#2A9D8F
Soft Tangerine#FF9F7F
Dusty Rose#B5838D
Sage Green#7FB5A9
Palette direction

Coral Pink Triadic Color Palette

This pink-centered palette uses a harmonious triadic color scheme to convey a fresh, vibrant, and trustworthy brand identity ideal for beauty and lifestyle brands. The main pink color commands recognition, while the complementary teal and soft coral balance and enrich the system, supported by gentle, subdued accents and strong neutral colors for readability.

Split ComplementaryFashion Beautypinkcoraltealtriadic
palette-preview.example
Fashion Beauty color direction

Coral Pink Triadic Color Palette

This pink-centered palette uses a harmonious triadic color scheme to convey a fresh, vibrant, and trustworthy brand identity ideal for beauty and lifestyle brands. The main pink color commands recognition, while the complementary teal and soft coral balance and enrich the system, supported by gentle, subdued accents and strong neutral colors for readability.

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 #2C2C2Con Soft Tangerine #FF9F7F7.0:1 Strong
Logo Charcoal #2C2C2Con Coral Pink #EC6EA64.9:1 Strong
Logo Charcoal #2C2C2Con White #FFFFFF14.0:1 Excellent
Logo White #FFFFFFon Charcoal #2C2C2C14.0:1 Excellent
Icon color
BackgroundCoral Pink#EC6EA6TextCharcoal#2C2C2C
Primary Button4.89:1
AA

Best for the main action users should notice first.

BackgroundTeal Blue#2A9D8FTextCharcoal#2C2C2C
Secondary Button4.20:1
Large text

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextCoral Pink#EC6EA6
Outlined Button2.86:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextCoral Pink#EC6EA6
Text Button2.86:1
Low

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

Palette composition8 colorsSplit Complementary color relationship
9:41Coral Pink Triadic Color Palette Color role balance
Split 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.

CCoral Pink Triadic Color PaletteFashion Beauty brand direction ColorFly.design
Strategic palette preview

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

Buttons

Primary Button
BackgroundCoral Pink #EC6EA6
TextCharcoal #2C2C2C
Secondary Button
BackgroundTeal Blue #2A9D8F
TextCharcoal #2C2C2C
Outlined Button
BackgroundCoral Pink #EC6EA6
TextCoral Pink #EC6EA6

Interface

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

Palette Colors

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

Main (Brand) Colors

The triadic use of Coral Pink, Teal Blue, and Soft Tangerine ensures a lively and balanced palette, making the brand easily recognizable and visually welcoming.

PrimaryCoral Pink

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

Coral Pink energizes and attracts attention with warm femininity, ideal for strong brand recognition.

HEX#EC6EA6
RGB236, 110, 166
HSL333, 77, 68
CMYK0, 53, 30, 7
SecondaryTeal Blue

RolesBtn Secondary Bg

Teal Blue introduces a calm, trustworthy counterpoint that conveys balance and professionalism.

HEX#2A9D8F
RGB42, 157, 143
HSL173, 58, 39
CMYK73, 0, 9, 38
TertiarySoft Tangerine

Soft Tangerine adds warmth and subtle energy, complementing the pink and teal with a gentle brightness.

HEX#FF9F7F
RGB255, 159, 127
HSL15, 100, 75
CMYK0, 38, 50, 0

Support Colors

This palette extends the main colors with muted, harmonious accents to soften the bold triadic contrast and support subtle interface elements.

Dusty Rose

RolesIcon, Border, Divider, Outline

Dusty Rose offers a muted pinkish mauve that supports Coral Pink without competing for attention.

HEX#B5838D
RGB181, 131, 141
HSL348, 25, 61
CMYK0, 28, 22, 29
Sage Green

Sage Green balances with a soft, subdued green undertone that harmonizes well with Teal Blue.

HEX#7FB5A9
RGB127, 181, 169
HSL167, 27, 60
CMYK30, 0, 7, 29

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
Snow

RolesBg Dark

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

RolesText, Btn Primary Text, Btn Secondary Text

HEX#2C2C2C
RGB44, 44, 44
HSL0, 0, 17
CMYK0, 0, 0, 83

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-pink: #EC6EA6;
  --color-teal-blue: #2A9D8F;
  --color-soft-tangerine: #FF9F7F;
  --color-dusty-rose: #B5838D;
  --color-sage-green: #7FB5A9;
  --color-white: #FFFFFF;
  --color-snow: #F7F7F7;
  --color-charcoal: #2C2C2C;
}

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: #EC6EA6;
  --role-link: #EC6EA6;
  --role-btn-primary-bg: #EC6EA6;
  --role-btn-outlined-border: #EC6EA6;
  --role-btn-outlined-text: #EC6EA6;
  --role-headline: #EC6EA6;
  --role-btn-secondary-bg: #2A9D8F;
  --role-icon: #B5838D;
  --role-border: #B5838D;
  --role-divider: #B5838D;
  --role-outline: #B5838D;
  --role-bg-light: #FFFFFF;
  --role-bg-dark: #F7F7F7;
  --role-text: #2C2C2C;
  --role-btn-primary-text: #2C2C2C;
  --role-btn-secondary-text: #2C2C2C;
}

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-pink": "#EC6EA6",
    "teal-blue": "#2A9D8F",
    "soft-tangerine": "#FF9F7F",
    "dusty-rose": "#B5838D",
    "sage-green": "#7FB5A9",
    "white": "#FFFFFF",
    "snow": "#F7F7F7",
    "charcoal": "#2C2C2C"
}
Press Space to load new palette