Pink Rose#E91E63
Lavender#D1A0FF
Bubblegum Pink#FF6EB4
Blush#F9E0EB
Soft Rose#F2C2D8
Palette direction

Pink Rose Lavender Color Palette

This palette features a harmonious blend of vibrant and soft pinks with harmonious lavender and blush accents, balanced by clean, contrasting neutrals to create a playful yet sophisticated girly identity.

AnalogousFashion Beautypinkroselavendergirly
palette-preview.example
Fashion Beauty color direction

Pink Rose Lavender Color Palette

This palette features a harmonious blend of vibrant and soft pinks with harmonious lavender and blush accents, balanced by clean, contrasting neutrals to create a playful yet sophisticated girly identity.

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 Plum #330D1Aon Lavender #D1A0FF8.4:1 Excellent
Logo Charcoal Plum #330D1Aon Bubblegum Pink #FF6EB46.7:1 Strong
Logo Charcoal Plum #330D1Aon Ivory #FFFFFF17.3:1 Excellent
Logo Ivory #FFFFFFon Charcoal Plum #330D1A17.3:1 Excellent
Icon color
BackgroundPink Rose#E91E63TextIvory#FFFFFF
Primary Button4.35:1
Large text

Best for the main action users should notice first.

BackgroundLavender#D1A0FFTextCharcoal Plum#330D1A
Secondary Button8.39:1
AAA

Useful for softer choices and secondary paths.

BackgroundIvory#FFFFFFTextPink Rose#E91E63
Outlined Button4.35:1
Large text

Good for lower-emphasis actions on light surfaces.

BackgroundIvory#FFFFFFTextPink Rose#E91E63
Text Button4.35:1
Large text

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

Palette composition8 colorsAnalogous color relationship
9:41Pink Rose 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.

CPink Rose Lavender Color PaletteFashion Beauty brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors create a cohesive and recognizable system by combining vibrant Pink Rose with soft Lavender and a brighter Bubblegum Pink, all within the analogous pink to purple hues.

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.Pink Rose #E91E63
HeadlineUsed for main titles and key messages.Lavender #D1A0FF
LinkUsed for links and interactive text.Pink Rose #E91E63

Buttons

Primary Button
BackgroundPink Rose #E91E63
TextIvory #FFFFFF
Secondary Button
BackgroundLavender #D1A0FF
TextCharcoal Plum #330D1A
Outlined Button
BackgroundPink Rose #E91E63
TextPink Rose #E91E63

Interface

TextDefault readable body text.Charcoal Plum #330D1A
Bg LightLight page or section background.Ivory #FFFFFF
Bg DarkDark page or section background.Pearl White #F6F6F6
IconSmall interface icons and marks.Blush #F9E0EB
BorderCards, inputs, and component borders.Blush #F9E0EB
DividerSubtle separators between content.Blush #F9E0EB
OutlineFocus rings and emphasis outlines.Blush #F9E0EB

Palette Colors

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

Main (Brand) Colors

The main colors create a cohesive and recognizable system by combining vibrant Pink Rose with soft Lavender and a brighter Bubblegum Pink, all within the analogous pink to purple hues.

PrimaryPink Rose

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

Pink Rose brings energetic vibrancy and youthful charm critical for a lively girly brand identity.

HEX#E91E63
RGB233, 30, 99
HSL340, 82, 52
CMYK0, 87, 58, 9
SecondaryLavender

RolesHeadline, Btn Secondary Bg

Lavender adds a soft, dreamy quality helping to balance and complement the stronger pink tones.

HEX#D1A0FF
RGB209, 160, 255
HSL271, 100, 81
CMYK18, 37, 0, 0
TertiaryBubblegum Pink

Bubblegum Pink provides a bright, clear contrast that enhances button text readability against deeper pink backgrounds.

HEX#FF6EB4
RGB255, 110, 180
HSL331, 100, 72
CMYK0, 57, 29, 0

Support Colors

The support colors introduce gentle blush and soft rose shades that extend and soften the primary pink hues, enriching the palette's feminine and delicate appeal without overpowering the main colors.

Blush

RolesIcon, Border, Divider, Outline

Blush offers subtle warmth and softness to support the brand's girly personality, harmonizing with the main pinks and lavender.

HEX#F9E0EB
RGB249, 224, 235
HSL334, 68, 93
CMYK0, 10, 6, 2
Soft Rose

Soft Rose provides a muted accent that complements the vibrant Pink Rose and connects smoothly to Lavender hues, reinforcing the palette's harmony.

HEX#F2C2D8
RGB242, 194, 216
HSL333, 65, 85
CMYK0, 20, 11, 5

Neutral Colors

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

Ivory

RolesBg Light, Btn Primary Text

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

RolesBg Dark

HEX#F6F6F6
RGB246, 246, 246
HSL0, 0, 96
CMYK0, 0, 0, 4
Charcoal Plum

RolesText, Btn Secondary Text

HEX#330D1A
RGB51, 13, 26
HSL339, 59, 13
CMYK0, 75, 49, 80

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-pink-rose: #E91E63;
  --color-lavender: #D1A0FF;
  --color-bubblegum-pink: #FF6EB4;
  --color-blush: #F9E0EB;
  --color-soft-rose: #F2C2D8;
  --color-ivory: #FFFFFF;
  --color-pearl-white: #F6F6F6;
  --color-charcoal-plum: #330D1A;
}

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: #E91E63;
  --role-link: #E91E63;
  --role-btn-primary-bg: #E91E63;
  --role-btn-outlined-border: #E91E63;
  --role-btn-outlined-text: #E91E63;
  --role-headline: #D1A0FF;
  --role-btn-secondary-bg: #D1A0FF;
  --role-icon: #F9E0EB;
  --role-border: #F9E0EB;
  --role-divider: #F9E0EB;
  --role-outline: #F9E0EB;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #F6F6F6;
  --role-text: #330D1A;
  --role-btn-secondary-text: #330D1A;
}

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.
{
    "pink-rose": "#E91E63",
    "lavender": "#D1A0FF",
    "bubblegum-pink": "#FF6EB4",
    "blush": "#F9E0EB",
    "soft-rose": "#F2C2D8",
    "ivory": "#FFFFFF",
    "pearl-white": "#F6F6F6",
    "charcoal-plum": "#330D1A"
}
Press Space to load new palette