Blush#D8A0A8
Burgundy#7A2E3A
Sage#8FA68E
Rose Tan#B9857B
Sand#D9C7B8
Palette direction

Blush Burgundy Sage Color Palette

This wedding-inspired palette pairs romantic blush, deep burgundy, and soft sage with crisp neutrals for a refined, celebratory system. The colors feel intimate and elegant while staying practical for invitations, websites, and day-of signage.

CustomLuxury And Lifestylewedding paletteromantic brandingblushburgundy
palette-preview.example
Luxury And Lifestyle color direction

Blush Burgundy Sage Color Palette

This wedding-inspired palette pairs romantic blush, deep burgundy, and soft sage with crisp neutrals for a refined, celebratory system. The colors feel intimate and elegant while staying practical for invitations, websites, and day-of signage.

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 Burgundy #7A2E3A9.2:1 Excellent
Logo Charcoal #1F1A1Con Blush #D8A0A87.8:1 Excellent
Logo Charcoal #1F1A1Con Sage #8FA68E6.6:1 Strong
Logo Charcoal #1F1A1Con White #FFFFFF17.2:1 Excellent
Icon color
BackgroundBlush#D8A0A8TextCharcoal#1F1A1C
Primary Button7.78:1
AAA

Best for the main action users should notice first.

BackgroundBurgundy#7A2E3ATextWhite#FFFFFF
Secondary Button9.21:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextSage#8FA68E
Outlined Button2.62:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextBurgundy#7A2E3A
Text Button9.21:1
AAA

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

Palette composition8 colorsCustom color relationship
9:41Blush Burgundy Sage 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.

CBlush Burgundy Sage Color PaletteLuxury And Lifestyle brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

Blush and burgundy create a cohesive romantic core, while sage adds a calm botanical note that keeps the palette balanced and wedding-ready. The combination feels elegant and memorable without becoming overly traditional or overly ornate.

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.Blush #D8A0A8
HeadlineUsed for main titles and key messages.Burgundy #7A2E3A
LinkUsed for links and interactive text.Burgundy #7A2E3A

Buttons

Primary Button
BackgroundBlush #D8A0A8
TextCharcoal #1F1A1C
Secondary Button
BackgroundBurgundy #7A2E3A
TextWhite #FFFFFF
Outlined Button
BackgroundSage #8FA68E
TextSage #8FA68E

Interface

TextDefault readable body text.Charcoal #1F1A1C
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Charcoal #1F1A1C
IconSmall interface icons and marks.Rose Tan #B9857B
BorderCards, inputs, and component borders.Sand #D9C7B8
DividerSubtle separators between content.Sand #D9C7B8
OutlineFocus rings and emphasis outlines.Rose Tan #B9857B

Palette Colors

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

Main (Brand) Colors

Blush and burgundy create a cohesive romantic core, while sage adds a calm botanical note that keeps the palette balanced and wedding-ready. The combination feels elegant and memorable without becoming overly traditional or overly ornate.

PrimaryBlush

RolesLogo, Btn Primary Bg

Blush brings soft romance and keeps the brand warm, airy, and approachable.

HEX#D8A0A8
RGB216, 160, 168
HSL351, 42, 74
CMYK0, 26, 22, 15
SecondaryBurgundy

RolesLink, Btn Secondary Bg, Headline

Burgundy adds depth, ceremony, and a more formal wedding tone for emphasis.

HEX#7A2E3A
RGB122, 46, 58
HSL351, 45, 33
CMYK0, 62, 52, 52
TertiarySage

RolesBtn Outlined Border, Btn Outlined Text

Sage introduces a natural counterbalance that keeps the palette fresh and grounded.

HEX#8FA68E
RGB143, 166, 142
HSL118, 12, 60
CMYK14, 0, 14, 35

Support Colors

The support colors gently extend the romantic palette with softer undertones and subtle contrast, helping layouts feel polished without competing with the main wedding colors.

Rose Tan

RolesIcon, Outline

Rose Tan bridges blush and burgundy with a muted warmth that works well for accents and UI structure.

HEX#B9857B
RGB185, 133, 123
HSL10, 31, 60
CMYK0, 28, 34, 27
Sand

RolesBorder, Divider

Sand softens edges and adds a neutral warmth that supports elegant editorial layouts.

HEX#D9C7B8
RGB217, 199, 184
HSL27, 30, 79
CMYK0, 8, 15, 15

Neutral Colors

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

White

RolesBg Light, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Ivory
HEX#F7F3EE
RGB247, 243, 238
HSL33, 36, 95
CMYK0, 2, 4, 3
Charcoal

RolesBg Dark, Text, Btn Primary Text

HEX#1F1A1C
RGB31, 26, 28
HSL336, 9, 11
CMYK0, 16, 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-blush: #D8A0A8;
  --color-burgundy: #7A2E3A;
  --color-sage: #8FA68E;
  --color-rose-tan: #B9857B;
  --color-sand: #D9C7B8;
  --color-white: #FFFFFF;
  --color-ivory: #F7F3EE;
  --color-charcoal: #1F1A1C;
}

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: #D8A0A8;
  --role-btn-primary-bg: #D8A0A8;
  --role-link: #7A2E3A;
  --role-btn-secondary-bg: #7A2E3A;
  --role-headline: #7A2E3A;
  --role-btn-outlined-border: #8FA68E;
  --role-btn-outlined-text: #8FA68E;
  --role-icon: #B9857B;
  --role-outline: #B9857B;
  --role-border: #D9C7B8;
  --role-divider: #D9C7B8;
  --role-bg-light: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #1F1A1C;
  --role-text: #1F1A1C;
  --role-btn-primary-text: #1F1A1C;
}

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.
{
    "blush": "#D8A0A8",
    "burgundy": "#7A2E3A",
    "sage": "#8FA68E",
    "rose-tan": "#B9857B",
    "sand": "#D9C7B8",
    "white": "#FFFFFF",
    "ivory": "#F7F3EE",
    "charcoal": "#1F1A1C"
}
Press Space to load new palette