Rose#C95D6D
Peach#E8A07A
Sage#A7B89A
Moss#7E8C7A
Blush Beige#D7C2B6
Palette direction

Rose Peach Sage Color Palette

This wedding-inspired palette pairs romantic Rose, soft Peach, and elegant Sage to feel ceremonial, warm, and timeless without becoming overly sweet. The muted support tones keep the system refined and adaptable across invitations, digital RSVPs, and day-of details.

CustomHospitality Eventsweddingromanticelegantceremony
palette-preview.example
Hospitality Events color direction

Rose Peach Sage Color Palette

This wedding-inspired palette pairs romantic Rose, soft Peach, and elegant Sage to feel ceremonial, warm, and timeless without becoming overly sweet. The muted support tones keep the system refined and adaptable across invitations, digital RSVPs, and day-of details.

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 #1F1F1Bon Sage #A7B89A7.8:1 Excellent
Logo Charcoal #1F1F1Bon Peach #E8A07A7.7:1 Excellent
Logo Charcoal #1F1F1Bon White #FFFFFF16.5:1 Excellent
Logo White #FFFFFFon Charcoal #1F1F1B16.5:1 Excellent
Icon color
BackgroundRose#C95D6DTextCharcoal#1F1F1B
Primary Button4.15:1
Large text

Best for the main action users should notice first.

BackgroundPeach#E8A07ATextCharcoal#1F1F1B
Secondary Button7.67:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextSage#A7B89A
Outlined Button2.11:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextSage#A7B89A
Text Button2.11:1
Low

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

Palette composition8 colorsCustom color relationship
9:41Rose Peach 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.

CRose Peach Sage Color PaletteHospitality Events brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

Rose, Peach, and Sage sit in a soft, celebratory range that feels cohesive and recognizable across wedding touchpoints. Together they create warmth, floral elegance, and a calm modern balance suited to both print and digital use.

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 #C95D6D
HeadlineUsed for main titles and key messages.Peach #E8A07A
LinkUsed for links and interactive text.Sage #A7B89A

Buttons

Primary Button
BackgroundRose #C95D6D
TextCharcoal #1F1F1B
Secondary Button
BackgroundPeach #E8A07A
TextCharcoal #1F1F1B
Outlined Button
BackgroundSage #A7B89A
TextSage #A7B89A

Interface

TextDefault readable body text.Charcoal #1F1F1B
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Charcoal #1F1F1B
IconSmall interface icons and marks.Moss #7E8C7A
BorderCards, inputs, and component borders.Moss #7E8C7A
DividerSubtle separators between content.Blush Beige #D7C2B6
OutlineFocus rings and emphasis outlines.Blush Beige #D7C2B6

Palette Colors

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

Main (Brand) Colors

Rose, Peach, and Sage sit in a soft, celebratory range that feels cohesive and recognizable across wedding touchpoints. Together they create warmth, floral elegance, and a calm modern balance suited to both print and digital use.

PrimaryRose

RolesLogo, Btn Primary Bg

Rose gives the brand its romantic focal point and works well as the most memorable accent in invitations and calls to action.

HEX#C95D6D
RGB201, 93, 109
HSL351, 50, 58
CMYK0, 54, 46, 21
SecondaryPeach

RolesBtn Secondary Bg, Headline

Peach adds a warm, welcoming softness that keeps the palette feeling celebratory and approachable.

HEX#E8A07A
RGB232, 160, 122
HSL21, 71, 69
CMYK0, 31, 47, 9
TertiarySage

RolesLink, Btn Outlined Border, Btn Outlined Text

Sage brings a grounded botanical note that balances the warmer florals and supports elegant navigation and outline treatments.

HEX#A7B89A
RGB167, 184, 154
HSL94, 17, 66
CMYK9, 0, 16, 28

Support Colors

The support accents extend the floral mood with quieter, restrained tones that improve usability without competing with the main wedding colors.

Moss

RolesIcon, Border

Moss deepens the botanical side of the palette and provides a calm support tone for interface details.

HEX#7E8C7A
RGB126, 140, 122
HSL107, 7, 51
CMYK10, 0, 13, 45
Blush Beige

RolesDivider, Outline

Blush Beige softens separations and frames content with a gentle, ceremony-friendly warmth.

HEX#D7C2B6
RGB215, 194, 182
HSL22, 29, 78
CMYK0, 10, 15, 16

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#F7F3EE
RGB247, 243, 238
HSL33, 36, 95
CMYK0, 2, 4, 3
Charcoal

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

HEX#1F1F1B
RGB31, 31, 27
HSL60, 7, 11
CMYK0, 0, 13, 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: #C95D6D;
  --color-peach: #E8A07A;
  --color-sage: #A7B89A;
  --color-moss: #7E8C7A;
  --color-blush-beige: #D7C2B6;
  --color-white: #FFFFFF;
  --color-ivory: #F7F3EE;
  --color-charcoal: #1F1F1B;
}

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: #C95D6D;
  --role-btn-primary-bg: #C95D6D;
  --role-btn-secondary-bg: #E8A07A;
  --role-headline: #E8A07A;
  --role-link: #A7B89A;
  --role-btn-outlined-border: #A7B89A;
  --role-btn-outlined-text: #A7B89A;
  --role-icon: #7E8C7A;
  --role-border: #7E8C7A;
  --role-divider: #D7C2B6;
  --role-outline: #D7C2B6;
  --role-bg-light: #FFFFFF;
  --role-bg-dark: #1F1F1B;
  --role-text: #1F1F1B;
  --role-btn-primary-text: #1F1F1B;
  --role-btn-secondary-text: #1F1F1B;
}

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": "#C95D6D",
    "peach": "#E8A07A",
    "sage": "#A7B89A",
    "moss": "#7E8C7A",
    "blush-beige": "#D7C2B6",
    "white": "#FFFFFF",
    "ivory": "#F7F3EE",
    "charcoal": "#1F1F1B"
}
Press Space to load new palette