Crimson#8B0000
Rose Dust#C08081
Burgundy#5C0B1F
Antique White#F5E1DC
Chestnut#7E3B3B
Palette direction

Crimson Rose Luxury Color Palette

This palette channels the richness and elegance of the image's deep reds and pinks, balanced with creamy and dark neutrals to create a harmonious and sophisticated color system.

MonochromaticLuxury And Lifestylecrimsonroseburgundycream
palette-preview.example
Luxury And Lifestyle color direction

Crimson Rose Luxury Color Palette

This palette channels the richness and elegance of the image's deep reds and pinks, balanced with creamy and dark neutrals to create a harmonious and sophisticated color 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 Pure White #FFFFFFon Burgundy #5C0B1F13.8:1 Excellent
Logo Charcoal #2B2B2Bon Pure White #FFFFFF14.2:1 Excellent
Logo Charcoal #2B2B2Bon Antique White #F5E1DC11.3:1 Excellent
Icon color
BackgroundCrimson#8B0000TextPure White#FFFFFF
Primary Button10.01:1
AAA

Best for the main action users should notice first.

BackgroundRose Dust#C08081TextCharcoal#2B2B2B
Secondary Button4.48:1
Large text

Useful for softer choices and secondary paths.

BackgroundChestnut#7E3B3BTextRose Dust#C08081
Outlined Button2.58:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundChestnut#7E3B3BTextCrimson#8B0000
Text Button1.23:1
Low

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

Palette composition8 colorsMonochromatic color relationship
9:41Crimson Rose Luxury Color Palette Color role balance
Monochromatic 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.

CCrimson Rose Luxury Color PaletteLuxury And Lifestyle brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors use an analogous scheme of deep crimson, muted rose, and burgundy shades that together evoke passion, elegance, and depth, creating a unified and memorable brand presence.

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 #8B0000
HeadlineUsed for main titles and key messages.Crimson #8B0000
LinkUsed for links and interactive text.Crimson #8B0000

Buttons

Primary Button
BackgroundCrimson #8B0000
TextPure White #FFFFFF
Secondary Button
BackgroundRose Dust #C08081
TextCharcoal #2B2B2B
Outlined Button
BackgroundRose Dust #C08081
TextRose Dust #C08081

Interface

TextDefault readable body text.Charcoal #2B2B2B
Bg LightLight page or section background.Chestnut #7E3B3B
Bg DarkDark page or section background.Pure White #FFFFFF
IconSmall interface icons and marks.Antique White #F5E1DC
BorderCards, inputs, and component borders.Antique White #F5E1DC
DividerSubtle separators between content.Antique White #F5E1DC
OutlineFocus rings and emphasis outlines.Antique White #F5E1DC

Palette Colors

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

Main (Brand) Colors

The main colors use an analogous scheme of deep crimson, muted rose, and burgundy shades that together evoke passion, elegance, and depth, creating a unified and memorable brand presence.

PrimaryCrimson

RolesLogo, Link, Btn Primary Bg, Headline

Crimson delivers a powerful and passionate presence, ideal for high-impact brand recognition.

HEX#8B0000
RGB139, 0, 0
HSL0, 100, 27
CMYK0, 100, 100, 45
SecondaryRose Dust

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Rose Dust adds softness and approachability, balancing the intensity of deeper reds.

HEX#C08081
RGB192, 128, 129
HSL359, 34, 63
CMYK0, 33, 33, 25
TertiaryBurgundy

Burgundy contributes a grounded richness that deepens the palette's luxury feel.

HEX#5C0B1F
RGB92, 11, 31
HSL345, 79, 20
CMYK0, 88, 66, 64

Support Colors

The support colors subtly extend the palette with variations of cream and warm browns, reinforcing the main reds with quieter, neutral accents.

Antique White

RolesIcon, Border, Divider, Outline

Antique White complements the deep reds by providing a gentle, warm contrast that maintains elegance.

HEX#F5E1DC
RGB245, 225, 220
HSL12, 56, 91
CMYK0, 8, 10, 4
Chestnut

RolesBg Light

Chestnut offers a muted, earthy tone to balance the vibrant main colors without overpowering them.

HEX#7E3B3B
RGB126, 59, 59
HSL0, 36, 36
CMYK0, 53, 53, 51

Neutral Colors

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

Pure White

RolesBg Dark, Btn Primary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Ivory
HEX#FAF7F5
RGB250, 247, 245
HSL24, 33, 97
CMYK0, 1, 2, 2
Charcoal

RolesText, Btn Secondary Text

HEX#2B2B2B
RGB43, 43, 43
HSL0, 0, 17
CMYK0, 0, 0, 83

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: #8B0000;
  --color-rose-dust: #C08081;
  --color-burgundy: #5C0B1F;
  --color-antique-white: #F5E1DC;
  --color-chestnut: #7E3B3B;
  --color-pure-white: #FFFFFF;
  --color-ivory: #FAF7F5;
  --color-charcoal: #2B2B2B;
}

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: #8B0000;
  --role-link: #8B0000;
  --role-btn-primary-bg: #8B0000;
  --role-headline: #8B0000;
  --role-btn-secondary-bg: #C08081;
  --role-btn-outlined-border: #C08081;
  --role-btn-outlined-text: #C08081;
  --role-icon: #F5E1DC;
  --role-border: #F5E1DC;
  --role-divider: #F5E1DC;
  --role-outline: #F5E1DC;
  --role-bg-light: #7E3B3B;
  --role-bg-dark: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-text: #2B2B2B;
  --role-btn-secondary-text: #2B2B2B;
}

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": "#8B0000",
    "rose-dust": "#C08081",
    "burgundy": "#5C0B1F",
    "antique-white": "#F5E1DC",
    "chestnut": "#7E3B3B",
    "pure-white": "#FFFFFF",
    "ivory": "#FAF7F5",
    "charcoal": "#2B2B2B"
}
Press Space to load new palette