Warm Rose#EAA7B5
Powder Blue#A9D6E5
Warm Beige#F0E3CA
Soft Mint#C9E4D4
Palette direction

Pastel Pink Blue Color Palette

This palette captures the light, pastel aesthetic of the bakery interior, combining soft pinks, muted blues, and warm beige tones for a fresh, inviting look. The main colors focus on a gentle warm rose and pastel blue for brand recognition and warmth, while support colors add subtle balance and enhance usability. Neutral tones provide clean, readable contrasts.

ComplementaryFood Beveragepastelpinkbluebakery
palette-preview.example
Food Beverage color direction

Pastel Pink Blue Color Palette

This palette captures the light, pastel aesthetic of the bakery interior, combining soft pinks, muted blues, and warm beige tones for a fresh, inviting look. The main colors focus on a gentle warm rose and pastel blue for brand recognition and warmth, while support colors add subtle balance and enhance usability. Neutral tones provide clean, readable contrasts.

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 Gray #5A5A5Aon Pure White #FFFFFF6.9:1 Strong
Logo Pure White #FFFFFFon Charcoal Gray #5A5A5A6.9:1 Strong
Logo Charcoal Gray #5A5A5Aon Warm Beige #F0E3CA5.4:1 Strong
Logo Charcoal Gray #5A5A5Aon Soft Mint #C9E4D45.1:1 Strong
Icon color
BackgroundWarm Rose#EAA7B5TextCharcoal Gray#5A5A5A
Primary Button3.51:1
Large text

Best for the main action users should notice first.

BackgroundPowder Blue#A9D6E5TextCharcoal Gray#5A5A5A
Secondary Button4.41:1
Large text

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextWarm Rose#EAA7B5
Outlined Button1.96:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextWarm Rose#EAA7B5
Text Button1.96:1
Low

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

Palette composition7 colorsComplementary color relationship
9:41Pastel Pink Blue 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.

CPastel Pink Blue Color PaletteFood Beverage brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors are a gentle warm rose and pastel blue, connected by their cool, muted tones, forming a complementary palette that is visually harmonious and comforting. These colors define the brand's inviting and fresh atmosphere.

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.Warm Rose #EAA7B5
HeadlineUsed for main titles and key messages.Powder Blue #A9D6E5
LinkUsed for links and interactive text.Warm Rose #EAA7B5

Buttons

Primary Button
BackgroundWarm Rose #EAA7B5
TextCharcoal Gray #5A5A5A
Secondary Button
BackgroundPowder Blue #A9D6E5
TextCharcoal Gray #5A5A5A
Outlined Button
BackgroundWarm Rose #EAA7B5
TextWarm Rose #EAA7B5

Interface

TextDefault readable body text.Charcoal Gray #5A5A5A
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Off White #F9F8F7
IconSmall interface icons and marks.Warm Beige #F0E3CA
BorderCards, inputs, and component borders.Warm Beige #F0E3CA
DividerSubtle separators between content.Warm Beige #F0E3CA
OutlineFocus rings and emphasis outlines.Warm Beige #F0E3CA

Palette Colors

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

Main (Brand) Colors

The main colors are a gentle warm rose and pastel blue, connected by their cool, muted tones, forming a complementary palette that is visually harmonious and comforting. These colors define the brand's inviting and fresh atmosphere.

PrimaryWarm Rose

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

Warm Rose conveys softness, warmth, and approachability, embodying the cozy, welcoming vibe of the bakery environment.

HEX#EAA7B5
RGB234, 167, 181
HSL347, 61, 79
CMYK0, 29, 23, 8
SecondaryPowder Blue

RolesBtn Secondary Bg, Headline

Powder Blue adds calmness and freshness, balancing warmth with a clean, airy feeling.

HEX#A9D6E5
RGB169, 214, 229
HSL195, 54, 78
CMYK26, 7, 0, 10

Support Colors

Support colors reinforce the pastel theme with gentle warm beige and a soft minty green to balance the blues and warm rose, providing subtle accents without overwhelming the main palette.

Warm Beige

RolesIcon, Border, Divider, Outline

Warm Beige complements the warm rose with a neutral warmth that provides grounding and enhances readability.

HEX#F0E3CA
RGB240, 227, 202
HSL39, 56, 87
CMYK0, 5, 16, 6
Soft Mint

Soft Mint introduces a hint of freshness that balances the palette's warm and cool tones gracefully.

HEX#C9E4D4
RGB201, 228, 212
HSL144, 33, 84
CMYK12, 0, 7, 11

Neutral Colors

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

Pure White

RolesBg Light

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Off White

RolesBg Dark

HEX#F9F8F7
RGB249, 248, 247
HSL30, 14, 97
CMYK0, 0, 1, 2
Charcoal Gray

RolesText, Btn Primary Text, Btn Secondary Text

HEX#5A5A5A
RGB90, 90, 90
HSL0, 0, 35
CMYK0, 0, 0, 65

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-warm-rose: #EAA7B5;
  --color-powder-blue: #A9D6E5;
  --color-warm-beige: #F0E3CA;
  --color-soft-mint: #C9E4D4;
  --color-pure-white: #FFFFFF;
  --color-off-white: #F9F8F7;
  --color-charcoal-gray: #5A5A5A;
}

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: #EAA7B5;
  --role-link: #EAA7B5;
  --role-btn-primary-bg: #EAA7B5;
  --role-btn-outlined-border: #EAA7B5;
  --role-btn-outlined-text: #EAA7B5;
  --role-btn-secondary-bg: #A9D6E5;
  --role-headline: #A9D6E5;
  --role-icon: #F0E3CA;
  --role-border: #F0E3CA;
  --role-divider: #F0E3CA;
  --role-outline: #F0E3CA;
  --role-bg-light: #FFFFFF;
  --role-bg-dark: #F9F8F7;
  --role-text: #5A5A5A;
  --role-btn-primary-text: #5A5A5A;
  --role-btn-secondary-text: #5A5A5A;
}

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.
{
    "warm-rose": "#EAA7B5",
    "powder-blue": "#A9D6E5",
    "warm-beige": "#F0E3CA",
    "soft-mint": "#C9E4D4",
    "pure-white": "#FFFFFF",
    "off-white": "#F9F8F7",
    "charcoal-gray": "#5A5A5A"
}
Press Space to load new palette