Rose Blush#D97A8A
Berry Rose#B24A63
Honey Gold#E6B54A
Dusty Mauve#8A5A5E
Sandstone#C9A38B
Palette direction

Selena Gomez Inspired Color Palette

A Selena Gomez-inspired palette should feel warm, polished, and emotionally open, pairing a romantic rosy core with deeper berry and softened gold-brown notes. The system reads as intimate and star-led without becoming overly sugary, giving the brand a modern celebrity-lifestyle feel with versatile digital clarity.

AnalogousLuxury And Lifestyleselena gomez inspiredcelebrity paletteromantic blushberry tones
palette-preview.example
Luxury And Lifestyle color direction

Selena Gomez Inspired Color Palette

A Selena Gomez-inspired palette should feel warm, polished, and emotionally open, pairing a romantic rosy core with deeper berry and softened gold-brown notes. The system reads as intimate and star-led without becoming overly sugary, giving the brand a modern celebrity-lifestyle feel with versatile digital clarity.

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 #1F1B1Con Honey Gold #E6B54A9.0:1 Excellent
Logo Charcoal #1F1B1Con Rose Blush #D97A8A5.8:1 Strong
Logo White #FFFFFFon Berry Rose #B24A635.2:1 Strong
Logo Charcoal #1F1B1Con White #FFFFFF17.0:1 Excellent
Icon color
BackgroundRose Blush#D97A8ATextCharcoal#1F1B1C
Primary Button5.76:1
AA

Best for the main action users should notice first.

BackgroundHoney Gold#E6B54ATextCharcoal#1F1B1C
Secondary Button8.99:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextDusty Mauve#8A5A5E
Outlined Button5.67:1
AA

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextBerry Rose#B24A63
Text Button5.18:1
AA

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

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

CSelena Gomez Inspired Color PaletteLuxury And Lifestyle brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors stay in the pink-to-berry family, creating a recognizable Selena Gomez-inspired system that feels feminine, expressive, and cohesive. Their close hue relationship gives the brand warmth and emotional familiarity while still allowing enough depth for premium presentation.

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.Rose Blush #D97A8A
HeadlineUsed for main titles and key messages.Berry Rose #B24A63
LinkUsed for links and interactive text.Berry Rose #B24A63

Buttons

Primary Button
BackgroundRose Blush #D97A8A
TextCharcoal #1F1B1C
Secondary Button
BackgroundHoney Gold #E6B54A
TextCharcoal #1F1B1C
Outlined Button
BackgroundDusty Mauve #8A5A5E
TextDusty Mauve #8A5A5E

Interface

TextDefault readable body text.Charcoal #1F1B1C
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Charcoal #1F1B1C
IconSmall interface icons and marks.Sandstone #C9A38B
BorderCards, inputs, and component borders.Sandstone #C9A38B
DividerSubtle separators between content.Sandstone #C9A38B
OutlineFocus rings and emphasis outlines.Sandstone #C9A38B

Palette Colors

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

Main (Brand) Colors

The main colors stay in the pink-to-berry family, creating a recognizable Selena Gomez-inspired system that feels feminine, expressive, and cohesive. Their close hue relationship gives the brand warmth and emotional familiarity while still allowing enough depth for premium presentation.

PrimaryRose Blush

RolesLogo, Btn Primary Bg

Rose Blush brings the signature soft glamour and approachable warmth that anchors the brand.

HEX#D97A8A
RGB217, 122, 138
HSL350, 56, 66
CMYK0, 44, 36, 15
SecondaryBerry Rose

RolesLink, Headline

Berry Rose adds richer star quality and gives headlines and links a more confident, expressive presence.

HEX#B24A63
RGB178, 74, 99
HSL346, 41, 49
CMYK0, 58, 44, 30
TertiaryHoney Gold

RolesBtn Secondary Bg

Honey Gold introduces a warm, luminous contrast that keeps the palette from feeling overly monochrome.

HEX#E6B54A
RGB230, 181, 74
HSL41, 76, 60
CMYK0, 21, 68, 10

Support Colors

The support colors quietly extend the rosy core with deeper and softer companions that improve usability and balance. They add editorial depth and tactile warmth without distracting from the main Selena-inspired mood.

Dusty Mauve

RolesBtn Outlined Border, Btn Outlined Text

Dusty Mauve softens the contrast system for outlined controls while staying aligned with the romantic pink family.

HEX#8A5A5E
RGB138, 90, 94
HSL355, 21, 45
CMYK0, 35, 32, 46
Sandstone

RolesIcon, Border, Divider, Outline

Sandstone balances the richer berries with a muted, skin-toned neutral accent that feels polished and wearable.

HEX#C9A38B
RGB201, 163, 139
HSL23, 36, 67
CMYK0, 19, 31, 21

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
Ivory
HEX#F7F2EE
RGB247, 242, 238
HSL27, 36, 95
CMYK0, 2, 4, 3
Charcoal

RolesBg Dark, Text, Btn Primary Text, Btn Secondary Text

HEX#1F1B1C
RGB31, 27, 28
HSL345, 7, 11
CMYK0, 13, 10, 88

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-rose-blush: #D97A8A;
  --color-berry-rose: #B24A63;
  --color-honey-gold: #E6B54A;
  --color-dusty-mauve: #8A5A5E;
  --color-sandstone: #C9A38B;
  --color-white: #FFFFFF;
  --color-ivory: #F7F2EE;
  --color-charcoal: #1F1B1C;
}

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: #D97A8A;
  --role-btn-primary-bg: #D97A8A;
  --role-link: #B24A63;
  --role-headline: #B24A63;
  --role-btn-secondary-bg: #E6B54A;
  --role-btn-outlined-border: #8A5A5E;
  --role-btn-outlined-text: #8A5A5E;
  --role-icon: #C9A38B;
  --role-border: #C9A38B;
  --role-divider: #C9A38B;
  --role-outline: #C9A38B;
  --role-bg-light: #FFFFFF;
  --role-bg-dark: #1F1B1C;
  --role-text: #1F1B1C;
  --role-btn-primary-text: #1F1B1C;
  --role-btn-secondary-text: #1F1B1C;
}

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.
{
    "rose-blush": "#D97A8A",
    "berry-rose": "#B24A63",
    "honey-gold": "#E6B54A",
    "dusty-mauve": "#8A5A5E",
    "sandstone": "#C9A38B",
    "white": "#FFFFFF",
    "ivory": "#F7F2EE",
    "charcoal": "#1F1B1C"
}
Press Space to load new palette