Coral#FF6F61
Blush Pink#F6CDD6
Lavender Gray#BFA4C5
Muted Peach#E4B7A0
Taupe#A8998E
Palette direction

Coral Pink Lavender Color Palette

This palette blends warm coral tones with soft pinks and tranquil lavender, creating a soothing yet uplifting system perfect for beauty and wellness brands. The warm coral provides energetic recognition, while the lavender and blush pink offer complementary calmness, supported by subtle taupe accents and balanced neutrals.

AnalogousFashion Beautycoralpinklavenderbeauty
palette-preview.example
Fashion Beauty color direction

Coral Pink Lavender Color Palette

This palette blends warm coral tones with soft pinks and tranquil lavender, creating a soothing yet uplifting system perfect for beauty and wellness brands. The warm coral provides energetic recognition, while the lavender and blush pink offer complementary calmness, supported by subtle taupe accents and balanced neutrals.

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 #362E2Aon Blush Pink #F6CDD69.2:1 Excellent
Logo Charcoal #362E2Aon Lavender Gray #BFA4C55.9:1 Strong
Logo Charcoal #362E2Aon Coral #FF6F614.9:1 Strong
Logo Charcoal #362E2Aon White #FFFFFF13.3:1 Excellent
Icon color
BackgroundCoral#FF6F61TextCharcoal#362E2A
Primary Button4.87:1
AA

Best for the main action users should notice first.

BackgroundBlush Pink#F6CDD6TextCharcoal#362E2A
Secondary Button9.25:1
AAA

Useful for softer choices and secondary paths.

BackgroundMuted Peach#E4B7A0TextCoral#FF6F61
Outlined Button1.50:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundMuted Peach#E4B7A0TextCoral#FF6F61
Text Button1.50:1
Low

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

Palette composition8 colorsAnalogous color relationship
9:41Coral Pink Lavender 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 Pink Lavender Color PaletteFashion Beauty brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The palette centers on warm coral, soft blush pink, and gentle lavender, forming an analogous harmony that feels cohesive and fresh while maintaining distinct identity marks.

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.Blush Pink #F6CDD6
LinkUsed for links and interactive text.Coral #FF6F61

Buttons

Primary Button
BackgroundCoral #FF6F61
TextCharcoal #362E2A
Secondary Button
BackgroundBlush Pink #F6CDD6
TextCharcoal #362E2A
Outlined Button
BackgroundCoral #FF6F61
TextCoral #FF6F61

Interface

TextDefault readable body text.Charcoal #362E2A
Bg LightLight page or section background.Muted Peach #E4B7A0
Bg DarkDark page or section background.Taupe #A8998E
IconSmall interface icons and marks.Lavender Gray #BFA4C5
BorderCards, inputs, and component borders.Lavender Gray #BFA4C5
DividerSubtle separators between content.Lavender Gray #BFA4C5
OutlineFocus rings and emphasis outlines.Lavender Gray #BFA4C5

Palette Colors

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

Main (Brand) Colors

The palette centers on warm coral, soft blush pink, and gentle lavender, forming an analogous harmony that feels cohesive and fresh while maintaining distinct identity marks.

PrimaryCoral

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

This vibrant Coral energizes the brand, evoking warmth, friendliness, and approachability.

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

RolesBtn Secondary Bg, Headline

Blush Pink softens the palette with nurturing tenderness and a gentle feminine touch.

HEX#F6CDD6
RGB246, 205, 214
HSL347, 69, 88
CMYK0, 17, 13, 4
TertiaryLavender Gray

RolesIcon, Border, Divider, Outline

Lavender Gray provides calmness and balance, grounding the warmer tones with serene sophistication.

HEX#BFA4C5
RGB191, 164, 197
HSL289, 22, 71
CMYK3, 17, 0, 23

Support Colors

Support colors introduce muted peach and taupe shades to extend warmth and subtlety without overpowering the main colors.

Muted Peach

RolesBg Light

Muted Peach adds a soft neutral warmth that complements Coral and enhances legibility on lighter backgrounds.

HEX#E4B7A0
RGB228, 183, 160
HSL20, 56, 76
CMYK0, 20, 30, 11
Taupe

RolesBg Dark

Taupe offers a grounded, earthy depth that balances the lighter warm hues and supports overall palette harmony.

HEX#A8998E
RGB168, 153, 142
HSL25, 13, 61
CMYK0, 9, 15, 34

Neutral Colors

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

White
HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Ivory
HEX#F9F5F2
RGB249, 245, 242
HSL26, 37, 96
CMYK0, 2, 3, 2
Charcoal

RolesText, Btn Primary Text, Btn Secondary Text

HEX#362E2A
RGB54, 46, 42
HSL20, 13, 19
CMYK0, 15, 22, 79

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-blush-pink: #F6CDD6;
  --color-lavender-gray: #BFA4C5;
  --color-muted-peach: #E4B7A0;
  --color-taupe: #A8998E;
  --color-white: #FFFFFF;
  --color-ivory: #F9F5F2;
  --color-charcoal: #362E2A;
}

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-link: #FF6F61;
  --role-btn-primary-bg: #FF6F61;
  --role-btn-outlined-border: #FF6F61;
  --role-btn-outlined-text: #FF6F61;
  --role-btn-secondary-bg: #F6CDD6;
  --role-headline: #F6CDD6;
  --role-icon: #BFA4C5;
  --role-border: #BFA4C5;
  --role-divider: #BFA4C5;
  --role-outline: #BFA4C5;
  --role-bg-light: #E4B7A0;
  --role-bg-dark: #A8998E;
  --role-text: #362E2A;
  --role-btn-primary-text: #362E2A;
  --role-btn-secondary-text: #362E2A;
}

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",
    "blush-pink": "#F6CDD6",
    "lavender-gray": "#BFA4C5",
    "muted-peach": "#E4B7A0",
    "taupe": "#A8998E",
    "white": "#FFFFFF",
    "ivory": "#F9F5F2",
    "charcoal": "#362E2A"
}
Press Space to load new palette