Electric Cobalt#2F5BD6
Petal Magenta#F58BD2
Coral Blush#FFA6A0
Dusty Rose#F2B8C9
Warm Petal#E79AA1
Palette direction

Electric Petal Sunset Color Palette

This palette turns the image’s bold blue, soft pinks, warm cream, and coral into a polished brand system with a lively but controlled feel. The result is a recognizable identity that feels modern, approachable, and visually balanced across interfaces.

CustomLuxury And Lifestyleelectric bluepetal pinkwarm creamcoral
palette-preview.example
Luxury And Lifestyle color direction

Electric Petal Sunset Color Palette

This palette turns the image’s bold blue, soft pinks, warm cream, and coral into a polished brand system with a lively but controlled feel. The result is a recognizable identity that feels modern, approachable, and visually balanced across interfaces.

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 Ink Black #111111on Coral Blush #FFA6A010.1:1 Excellent
Logo Ink Black #111111on Petal Magenta #F58BD28.5:1 Excellent
Logo Pure White #FFFFFFon Electric Cobalt #2F5BD65.9:1 Strong
Logo Ink Black #111111on Pure White #FFFFFF18.9:1 Excellent
Icon color
BackgroundElectric Cobalt#2F5BD6TextPure White#FFFFFF
Primary Button5.85:1
AA

Best for the main action users should notice first.

BackgroundPetal Magenta#F58BD2TextInk Black#111111
Secondary Button8.55:1
AAA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextCoral Blush#FFA6A0
Outlined Button1.87:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextPetal Magenta#F58BD2
Text Button2.21:1
Low

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

Palette composition8 colorsCustom color relationship
9:41Electric Petal Sunset Color Palette Color role balance
Custom 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.

CElectric Petal Sunset Color PaletteLuxury And Lifestyle brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors combine a saturated electric blue with two vivid pink-driven tones, creating a high-contrast identity that feels energetic without losing softness. Together they read as a modern, expressive system that can flex between premium and playful uses.

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.Electric Cobalt #2F5BD6
HeadlineUsed for main titles and key messages.Coral Blush #FFA6A0
LinkUsed for links and interactive text.Petal Magenta #F58BD2

Buttons

Primary Button
BackgroundElectric Cobalt #2F5BD6
TextPure White #FFFFFF
Secondary Button
BackgroundPetal Magenta #F58BD2
TextInk Black #111111
Outlined Button
BackgroundCoral Blush #FFA6A0
TextCoral Blush #FFA6A0

Interface

TextDefault readable body text.Ink Black #111111
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Ink Black #111111
IconSmall interface icons and marks.Dusty Rose #F2B8C9
BorderCards, inputs, and component borders.Dusty Rose #F2B8C9
DividerSubtle separators between content.Warm Petal #E79AA1
OutlineFocus rings and emphasis outlines.Warm Petal #E79AA1

Palette Colors

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

Main (Brand) Colors

The main colors combine a saturated electric blue with two vivid pink-driven tones, creating a high-contrast identity that feels energetic without losing softness. Together they read as a modern, expressive system that can flex between premium and playful uses.

PrimaryElectric Cobalt

RolesLogo, Btn Primary Bg

This blue gives the brand a sharp, confident anchor that works well for recognition and primary actions.

HEX#2F5BD6
RGB47, 91, 214
HSL224, 67, 51
CMYK78, 57, 0, 16
SecondaryPetal Magenta

RolesLink, Btn Secondary Bg

This pink adds a lively, expressive signal that keeps the palette contemporary and memorable.

HEX#F58BD2
RGB245, 139, 210
HSL320, 84, 75
CMYK0, 43, 14, 4
TertiaryCoral Blush

RolesHeadline, Btn Outlined Border, Btn Outlined Text

This coral bridges the cooler blue and the softer pinks with a warm, human tone that supports emphasis.

HEX#FFA6A0
RGB255, 166, 160
HSL4, 100, 81
CMYK0, 35, 37, 0

Support Colors

The support colors extend the main palette with warm softness and a deeper rosy accent, keeping the system cohesive without competing with the core hues. They are best used for subtle UI accents, states, and secondary visual details.

Dusty Rose

RolesIcon, Border

This muted rose quiets the brighter pinks and helps interface elements feel softer and more refined.

HEX#F2B8C9
RGB242, 184, 201
HSL342, 69, 84
CMYK0, 24, 17, 5
Warm Petal

RolesDivider, Outline

This restrained warm accent supports separation and structure while staying visually subordinate to the main hues.

HEX#E79AA1
RGB231, 154, 161
HSL355, 62, 75
CMYK0, 33, 30, 9

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
Soft Porcelain
HEX#F7F3EE
RGB247, 243, 238
HSL33, 36, 95
CMYK0, 2, 4, 3
Ink Black

RolesBg Dark, Text, Btn Secondary Text

HEX#111111
RGB17, 17, 17
HSL0, 0, 7
CMYK0, 0, 0, 93

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-electric-cobalt: #2F5BD6;
  --color-petal-magenta: #F58BD2;
  --color-coral-blush: #FFA6A0;
  --color-dusty-rose: #F2B8C9;
  --color-warm-petal: #E79AA1;
  --color-pure-white: #FFFFFF;
  --color-soft-porcelain: #F7F3EE;
  --color-ink-black: #111111;
}

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: #2F5BD6;
  --role-btn-primary-bg: #2F5BD6;
  --role-link: #F58BD2;
  --role-btn-secondary-bg: #F58BD2;
  --role-headline: #FFA6A0;
  --role-btn-outlined-border: #FFA6A0;
  --role-btn-outlined-text: #FFA6A0;
  --role-icon: #F2B8C9;
  --role-border: #F2B8C9;
  --role-divider: #E79AA1;
  --role-outline: #E79AA1;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #111111;
  --role-text: #111111;
  --role-btn-secondary-text: #111111;
}

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.
{
    "electric-cobalt": "#2F5BD6",
    "petal-magenta": "#F58BD2",
    "coral-blush": "#FFA6A0",
    "dusty-rose": "#F2B8C9",
    "warm-petal": "#E79AA1",
    "pure-white": "#FFFFFF",
    "soft-porcelain": "#F7F3EE",
    "ink-black": "#111111"
}
Press Space to load new palette