Crimson Pink#E91E63
Mulberry#5B2148
Antique Gold#D4A017
Dusty Rose#8F5B6E
Muted Amber#B78F3B
Palette direction

Dua Lipa Inspired Color Palette

This palette channels Dua Lipa's bold pop-star energy through a sleek mix of electric pink, deep plum, and luminous gold. The result feels glamorous, confident, and stage-ready while staying organized enough for a modern brand system.

AnalogousFashion Beautydua lipa inspiredpop glamourelectric pinkplum
palette-preview.example
Fashion Beauty color direction

Dua Lipa Inspired Color Palette

This palette channels Dua Lipa's bold pop-star energy through a sleek mix of electric pink, deep plum, and luminous gold. The result feels glamorous, confident, and stage-ready while staying organized enough for a modern brand system.

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 White #FFFFFFon Mulberry #5B214812.0:1 Excellent
Logo Charcoal #111111on Antique Gold #D4A0177.9:1 Excellent
Logo Charcoal #111111on White #FFFFFF18.9:1 Excellent
Logo Charcoal #111111on Muted Amber #B78F3B6.3:1 Strong
Icon color
BackgroundCrimson Pink#E91E63TextWhite#FFFFFF
Primary Button4.35:1
Large text

Best for the main action users should notice first.

BackgroundMulberry#5B2148TextWhite#FFFFFF
Secondary Button11.96:1
AAA

Useful for softer choices and secondary paths.

BackgroundIvory#F4F1ECTextAntique Gold#D4A017
Outlined Button2.11:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundIvory#F4F1ECTextAntique Gold#D4A017
Text Button2.11:1
Low

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

Palette composition8 colorsAnalogous color relationship
9:41Dua Lipa Inspired 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.

CDua Lipa Inspired Color PaletteFashion Beauty brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors pair a hot pink punch with a rich plum depth and a bright gold accent, creating a recognizable pop-glam system with high energy and strong contrast. Together they feel polished, expressive, and performance-ready without drifting into a generic neon 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.Crimson Pink #E91E63
HeadlineUsed for main titles and key messages.Mulberry #5B2148
LinkUsed for links and interactive text.Antique Gold #D4A017

Buttons

Primary Button
BackgroundCrimson Pink #E91E63
TextWhite #FFFFFF
Secondary Button
BackgroundMulberry #5B2148
TextWhite #FFFFFF
Outlined Button
BackgroundAntique Gold #D4A017
TextAntique Gold #D4A017

Interface

TextDefault readable body text.Charcoal #111111
Bg LightLight page or section background.Ivory #F4F1EC
Bg DarkDark page or section background.Charcoal #111111
IconSmall interface icons and marks.Dusty Rose #8F5B6E
BorderCards, inputs, and component borders.Dusty Rose #8F5B6E
DividerSubtle separators between content.Muted Amber #B78F3B
OutlineFocus rings and emphasis outlines.Muted Amber #B78F3B

Palette Colors

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

Main (Brand) Colors

The main colors pair a hot pink punch with a rich plum depth and a bright gold accent, creating a recognizable pop-glam system with high energy and strong contrast. Together they feel polished, expressive, and performance-ready without drifting into a generic neon palette.

PrimaryCrimson Pink

RolesLogo, Btn Primary Bg

Crimson Pink delivers the signature pop-star impact and keeps the brand instantly memorable.

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

RolesHeadline, Btn Secondary Bg

Mulberry adds depth and sophistication, grounding the brighter tones with a confident editorial feel.

HEX#5B2148
RGB91, 33, 72
HSL320, 47, 24
CMYK0, 64, 21, 64
TertiaryAntique Gold

RolesLink, Btn Outlined Border, Btn Outlined Text

Antique Gold brings a luminous accent that feels glamorous and gives interactive elements a premium finish.

HEX#D4A017
RGB212, 160, 23
HSL43, 80, 46
CMYK0, 25, 89, 17

Support Colors

The support colors add quieter balance and usability, extending the main palette with soft metallic and muted twilight tones. They stay subordinate while reinforcing the polished, stage-lit character of the primaries.

Dusty Rose

RolesIcon, Border

Dusty Rose softens the contrast between pink and plum while keeping interface details warm and cohesive.

HEX#8F5B6E
RGB143, 91, 110
HSL338, 22, 46
CMYK0, 36, 23, 44
Muted Amber

RolesDivider, Outline

Muted Amber echoes the gold accent in a calmer register, making structural UI lines feel refined rather than harsh.

HEX#B78F3B
RGB183, 143, 59
HSL41, 51, 47
CMYK0, 22, 68, 28

Neutral Colors

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

White

RolesBtn Primary Text, Btn Secondary Text

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

RolesBg Light

HEX#F4F1EC
RGB244, 241, 236
HSL37, 27, 94
CMYK0, 1, 3, 4
Charcoal

RolesBg Dark, 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-crimson-pink: #E91E63;
  --color-mulberry: #5B2148;
  --color-antique-gold: #D4A017;
  --color-dusty-rose: #8F5B6E;
  --color-muted-amber: #B78F3B;
  --color-white: #FFFFFF;
  --color-ivory: #F4F1EC;
  --color-charcoal: #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: #E91E63;
  --role-btn-primary-bg: #E91E63;
  --role-headline: #5B2148;
  --role-btn-secondary-bg: #5B2148;
  --role-link: #D4A017;
  --role-btn-outlined-border: #D4A017;
  --role-btn-outlined-text: #D4A017;
  --role-icon: #8F5B6E;
  --role-border: #8F5B6E;
  --role-divider: #B78F3B;
  --role-outline: #B78F3B;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-light: #F4F1EC;
  --role-bg-dark: #111111;
  --role-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.
{
    "crimson-pink": "#E91E63",
    "mulberry": "#5B2148",
    "antique-gold": "#D4A017",
    "dusty-rose": "#8F5B6E",
    "muted-amber": "#B78F3B",
    "white": "#FFFFFF",
    "ivory": "#F4F1EC",
    "charcoal": "#111111"
}
Press Space to load new palette