Blush Pink#E8B4B8
Mint Green#CBE1C2
Powder Blue#C3D4E6
Cream#F2E6DD
Lavender Gray#D7C9D5
Palette direction

Pastel Floral Creative Color Palette

This palette is inspired by the soft and delicate pastel hues of the floral and bird illustration, creating an elegant and harmonious system that balances bright and subtle tones for versatile brand expression.

TriadicCreativepastelfloralsoftdelicate
palette-preview.example
Creative color direction

Pastel Floral Creative Color Palette

This palette is inspired by the soft and delicate pastel hues of the floral and bird illustration, creating an elegant and harmonious system that balances bright and subtle tones for versatile brand expression.

Explore the color system8 colors mapped to roles
Logo contrast guide

Logo color pairings

Each column shows a usable logo color on a palette background, with contrast checked for clarity.

Logo Slate Gray #4A4A4A
on Mint Green #CBE1C2

6.4:1 Strong

Logo Slate Gray #4A4A4A
on Powder Blue #C3D4E6

5.9:1 Strong

Logo Slate Gray #4A4A4A
on Blush Pink #E8B4B8

4.9:1 Strong

Logo Slate Gray #4A4A4A
on White #FFFFFF

8.9:1 Excellent
Business card

Printed materials without guessing.

A neutral card system with the logo color, contact text, and a restrained palette accent.

Avery Stone Palette designer avery@example.com colorfly.design
Mobile website

The palette has to survive the small screen.

A mobile landing page preview with logo, navigation, headline, CTA, content card, and chart color usage.

Creative Pastel Floral Creative Color Palette

The main colors are soft, light pastels that harmonize closely with gentle hues, perfect for a cohesive, calming brand experience.

Analytics system

Dashboards need more than one pretty color.

Numbers, pie charts, bars, stacked bars, and lines reveal whether the palette can support real product interfaces.

Revenue$84.2k+18.4%
Retention72%Stable
Signals8Triadic
Audience split
Monthly growth
Trend line

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

Buttons

Primary Button
Contrast4.92:1AA
BackgroundBlush Pink #E8B4B8
TextSlate Gray #4A4A4A
Secondary Button
Contrast6.37:1AA
BackgroundMint Green #CBE1C2
TextSlate Gray #4A4A4A
Outlined Button
Contrast1.39:1Low
BorderMint Green #CBE1C2
TextMint Green #CBE1C2

Interface

TextDefault readable body text.Slate Gray #4A4A4A
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Light Gray #EDEDED
IconSmall interface icons and marks.Cream #F2E6DD
BorderCards, inputs, and component borders.Cream #F2E6DD
DividerSubtle separators between content.Cream #F2E6DD
OutlineFocus rings and emphasis outlines.Cream #F2E6DD

Print Color Values

CMYK values are calculated from HEX by default. Adjust them only when preparing print materials.

Palette Colors

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

Main (Brand) Colors

The main colors are soft, light pastels that harmonize closely with gentle hues, perfect for a cohesive, calming brand experience.

PrimaryBlush Pink

RolesLogo, Link, Btn Primary Bg, Headline

Blush Pink brings a gentle warmth and romantic softness, making it inviting and delicate.

HEX#E8B4B8
RGB232, 180, 184
HSL355, 53, 81
CMYK0, 22, 21, 9
SecondaryMint Green

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Mint Green adds freshness and balance, complementing the softness of pink with a natural calm.

HEX#CBE1C2
RGB203, 225, 194
HSL103, 34, 82
CMYK10, 0, 14, 12
TertiaryPowder Blue

Powder Blue introduces a subtle coolness that contrasts lightly for legibility and serenity.

HEX#C3D4E6
RGB195, 212, 230
HSL211, 41, 83
CMYK15, 8, 0, 10

Support Colors

The support colors extend the palette with soft accent shades that enhance the main colors without overpowering, adding depth and versatility.

Cream

RolesIcon, Border, Divider, Outline

Cream provides a warm neutral backdrop that harmonizes with the pastels to maintain softness.

HEX#F2E6DD
RGB242, 230, 221
HSL26, 45, 91
CMYK0, 5, 9, 5
Lavender Gray

Lavender Gray offers a muted tone that supports the primary pink with subtle sophistication.

HEX#D7C9D5
RGB215, 201, 213
HSL309, 15, 82
CMYK0, 7, 1, 16

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
Light Gray

RolesBg Dark

HEX#EDEDED
RGB237, 237, 237
HSL0, 0, 93
CMYK0, 0, 0, 7
Slate Gray

RolesText, Btn Primary Text, Btn Secondary Text

HEX#4A4A4A
RGB74, 74, 74
HSL0, 0, 29
CMYK0, 0, 0, 71

Export and Handoff

Copy palette values for design systems, websites, and client handoff. You can also copy this palette for Logo Export on myLogo.review, so your colors are ready there in one click.

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-blush-pink: #E8B4B8;
  --color-mint-green: #CBE1C2;
  --color-powder-blue: #C3D4E6;
  --color-cream: #F2E6DD;
  --color-lavender-gray: #D7C9D5;
  --color-white: #FFFFFF;
  --color-light-gray: #EDEDED;
  --color-slate-gray: #4A4A4A;
}

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: #E8B4B8;
  --role-link: #E8B4B8;
  --role-btn-primary-bg: #E8B4B8;
  --role-headline: #E8B4B8;
  --role-btn-secondary-bg: #CBE1C2;
  --role-btn-outlined-border: #CBE1C2;
  --role-btn-outlined-text: #CBE1C2;
  --role-icon: #F2E6DD;
  --role-border: #F2E6DD;
  --role-divider: #F2E6DD;
  --role-outline: #F2E6DD;
  --role-bg-light: #FFFFFF;
  --role-bg-dark: #EDEDED;
  --role-text: #4A4A4A;
  --role-btn-primary-text: #4A4A4A;
  --role-btn-secondary-text: #4A4A4A;
}

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.
{
    "blush-pink": "#E8B4B8",
    "mint-green": "#CBE1C2",
    "powder-blue": "#C3D4E6",
    "cream": "#F2E6DD",
    "lavender-gray": "#D7C9D5",
    "white": "#FFFFFF",
    "light-gray": "#EDEDED",
    "slate-gray": "#4A4A4A"
}
Press Space to load new palette