Terracotta#9A4F43
Coral#E16E31
Peach#F3B99C
Russet Brown#7B4B40
Muted Apricot#D99A6C
Palette direction

Terra Coral Beauty Color Palette

This palette is inspired by the warm, earthy tones and soft contrast of the logo image, combining muted reds and oranges with gentle cream and brown neutrals to create a cozy, inviting, and elegant brand atmosphere suitable for a beauty or lifestyle brand.

MonochromaticFashion Beautyterra cottacoralbeautywarm
palette-preview.example
Fashion Beauty color direction

Terra Coral Beauty Color Palette

This palette is inspired by the warm, earthy tones and soft contrast of the logo image, combining muted reds and oranges with gentle cream and brown neutrals to create a cozy, inviting, and elegant brand atmosphere suitable for a beauty or lifestyle brand.

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 Dark Coffee #3D2F2Fon Peach #F3B99C7.4:1 Excellent
Logo Pure White #FFFFFFon Terracotta #9A4F435.9:1 Strong
Logo Dark Coffee #3D2F2Fon Pure White #FFFFFF12.8:1 Excellent
Logo Pure White #FFFFFFon Dark Coffee #3D2F2F12.8:1 Excellent
Icon color
BackgroundTerracotta#9A4F43TextPure White#FFFFFF
Primary Button5.88:1
AA

Best for the main action users should notice first.

BackgroundCoral#E16E31TextDark Coffee#3D2F2F
Secondary Button3.93:1
Large text

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextCoral#E16E31
Outlined Button3.24:1
Large text

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextTerracotta#9A4F43
Text Button5.88:1
AA

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

Palette composition8 colorsMonochromatic color relationship
9:41Terra Coral Beauty Color Palette Color role balance
Monochromatic 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.

CTerra Coral Beauty Color PaletteFashion Beauty brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors are warm, earthy, and harmonious tones of terracotta, coral, and soft peach that work together to create a recognizable and inviting beauty brand palette.

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.Terracotta #9A4F43
HeadlineUsed for main titles and key messages.Peach #F3B99C
LinkUsed for links and interactive text.Terracotta #9A4F43

Buttons

Primary Button
BackgroundTerracotta #9A4F43
TextPure White #FFFFFF
Secondary Button
BackgroundCoral #E16E31
TextDark Coffee #3D2F2F
Outlined Button
BackgroundCoral #E16E31
TextCoral #E16E31

Interface

TextDefault readable body text.Dark Coffee #3D2F2F
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Ivory #F7F3EC
IconSmall interface icons and marks.Russet Brown #7B4B40
BorderCards, inputs, and component borders.Russet Brown #7B4B40
DividerSubtle separators between content.Russet Brown #7B4B40
OutlineFocus rings and emphasis outlines.Russet Brown #7B4B40

Palette Colors

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

Main (Brand) Colors

The main colors are warm, earthy, and harmonious tones of terracotta, coral, and soft peach that work together to create a recognizable and inviting beauty brand palette.

PrimaryTerracotta

RolesLogo, Link, Btn Primary Bg

Terracotta brings warmth and rustic elegance, grounding the brand with a natural and inviting feel.

HEX#9A4F43
RGB154, 79, 67
HSL8, 39, 43
CMYK0, 49, 56, 40
SecondaryCoral

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Coral adds a vibrant and energetic accent that balances the deep terracotta with a fresh and lively touch.

HEX#E16E31
RGB225, 110, 49
HSL21, 75, 54
CMYK0, 51, 78, 12
TertiaryPeach

RolesHeadline

Peach softens the palette with a gentle, approachable tone that enhances visual harmony and warmth.

HEX#F3B99C
RGB243, 185, 156
HSL20, 78, 78
CMYK0, 24, 36, 5

Support Colors

These support colors extend the main palette by introducing subtle brown and muted orange shades that balance and complement without overpowering the main warm tones.

Russet Brown

RolesIcon, Border, Divider, Outline

Russet Brown provides a darker, muted contrast that supports the main colors and adds depth to the interface.

HEX#7B4B40
RGB123, 75, 64
HSL11, 32, 37
CMYK0, 39, 48, 52
Muted Apricot

Muted Apricot extends the orange family in a soft muted tone, complementing the peach and coral and adding gentle visual interest.

HEX#D99A6C
RGB217, 154, 108
HSL25, 59, 64
CMYK0, 29, 50, 15

Neutral Colors

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

Pure White

RolesBg Light, Btn Primary Text

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

RolesBg Dark

HEX#F7F3EC
RGB247, 243, 236
HSL38, 41, 95
CMYK0, 2, 4, 3
Dark Coffee

RolesText, Btn Secondary Text

HEX#3D2F2F
RGB61, 47, 47
HSL0, 13, 21
CMYK0, 23, 23, 76

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-terracotta: #9A4F43;
  --color-coral: #E16E31;
  --color-peach: #F3B99C;
  --color-russet-brown: #7B4B40;
  --color-muted-apricot: #D99A6C;
  --color-pure-white: #FFFFFF;
  --color-ivory: #F7F3EC;
  --color-dark-coffee: #3D2F2F;
}

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: #9A4F43;
  --role-link: #9A4F43;
  --role-btn-primary-bg: #9A4F43;
  --role-btn-secondary-bg: #E16E31;
  --role-btn-outlined-border: #E16E31;
  --role-btn-outlined-text: #E16E31;
  --role-headline: #F3B99C;
  --role-icon: #7B4B40;
  --role-border: #7B4B40;
  --role-divider: #7B4B40;
  --role-outline: #7B4B40;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #F7F3EC;
  --role-text: #3D2F2F;
  --role-btn-secondary-text: #3D2F2F;
}

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.
{
    "terracotta": "#9A4F43",
    "coral": "#E16E31",
    "peach": "#F3B99C",
    "russet-brown": "#7B4B40",
    "muted-apricot": "#D99A6C",
    "pure-white": "#FFFFFF",
    "ivory": "#F7F3EC",
    "dark-coffee": "#3D2F2F"
}
Press Space to load new palette