Sage Green#9CA88F
Olive Green#75875A
Soft Cream#D9D6B9
Warm Taupe#A79B7C
Muted Sand#B0A98F
Palette direction

Sage Olive Cream Color Palette

This palette captures the sophisticated and natural vibe of the image, blending earthy greens with warm neutrals and soft creams to evoke a welcoming boutique atmosphere.

AnalogousFashion Beautysageolivecreamboutique
palette-preview.example
Fashion Beauty color direction

Sage Olive Cream Color Palette

This palette captures the sophisticated and natural vibe of the image, blending earthy greens with warm neutrals and soft creams to evoke a welcoming boutique atmosphere.

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 Gray #3A3A33on Soft Cream #D9D6B97.8:1 Excellent
Logo Charcoal Gray #3A3A33on Sage Green #9CA88F4.6:1 Strong
Logo Charcoal Gray #3A3A33on Pure White #FFFFFF11.5:1 Excellent
Logo Pure White #FFFFFFon Charcoal Gray #3A3A3311.5:1 Excellent
Icon color
BackgroundSage Green#9CA88FTextCharcoal Gray#3A3A33
Primary Button4.59:1
AA

Best for the main action users should notice first.

BackgroundOlive Green#75875ATextPure White#FFFFFF
Secondary Button3.91:1
Large text

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextOlive Green#75875A
Outlined Button3.91:1
Large text

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextSage Green#9CA88F
Text Button2.50:1
Low

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

Palette composition8 colorsAnalogous color relationship
9:41Sage Olive Cream 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.

CSage Olive Cream Color PaletteFashion Beauty brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors are harmonious green hues ranging from soft sage to deeper olive, creating a natural and recognizable system that conveys calm and sophistication.

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.Sage Green #9CA88F
HeadlineUsed for main titles and key messages.Sage Green #9CA88F
LinkUsed for links and interactive text.Sage Green #9CA88F

Buttons

Primary Button
BackgroundSage Green #9CA88F
TextCharcoal Gray #3A3A33
Secondary Button
BackgroundOlive Green #75875A
TextPure White #FFFFFF
Outlined Button
BackgroundOlive Green #75875A
TextOlive Green #75875A

Interface

TextDefault readable body text.Charcoal Gray #3A3A33
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Near White Cream #F9F9F7
IconSmall interface icons and marks.Warm Taupe #A79B7C
BorderCards, inputs, and component borders.Warm Taupe #A79B7C
DividerSubtle separators between content.Warm Taupe #A79B7C
OutlineFocus rings and emphasis outlines.Warm Taupe #A79B7C

Palette Colors

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

Main (Brand) Colors

The main colors are harmonious green hues ranging from soft sage to deeper olive, creating a natural and recognizable system that conveys calm and sophistication.

PrimarySage Green

RolesLogo, Link, Btn Primary Bg, Headline

Sage Green provides a fresh and calming presence that feels natural and inviting, suited for brand identity.

HEX#9CA88F
RGB156, 168, 143
HSL89, 13, 61
CMYK7, 0, 15, 34
SecondaryOlive Green

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Olive Green adds grounded depth and maturity, offering a solid contrast to the lighter sage while remaining harmonious.

HEX#75875A
RGB117, 135, 90
HSL84, 20, 44
CMYK13, 0, 33, 47
TertiarySoft Cream

Soft Cream complements the greens with warmth and softness, improving readability and adding an organic touch.

HEX#D9D6B9
RGB217, 214, 185
HSL54, 30, 79
CMYK0, 1, 15, 15

Support Colors

The support colors extend the palette with muted warm highlights and earthy soft tones that balance the green dominance without competing visually.

Warm Taupe

RolesIcon, Border, Divider, Outline

Warm Taupe introduces a subtle earthy warmth that supports the greens with a gentle neutral presence.

HEX#A79B7C
RGB167, 155, 124
HSL43, 20, 57
CMYK0, 7, 26, 35
Muted Sand

Muted Sand provides a soft, understated accent to bring elegant contrast and softness to text and UI elements.

HEX#B0A98F
RGB176, 169, 143
HSL47, 17, 63
CMYK0, 4, 19, 31

Neutral Colors

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

Pure White

RolesBg Light, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Near White Cream

RolesBg Dark

HEX#F9F9F7
RGB249, 249, 247
HSL60, 14, 97
CMYK0, 0, 1, 2
Charcoal Gray

RolesText, Btn Primary Text

HEX#3A3A33
RGB58, 58, 51
HSL60, 6, 21
CMYK0, 0, 12, 77

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-sage-green: #9CA88F;
  --color-olive-green: #75875A;
  --color-soft-cream: #D9D6B9;
  --color-warm-taupe: #A79B7C;
  --color-muted-sand: #B0A98F;
  --color-pure-white: #FFFFFF;
  --color-near-white-cream: #F9F9F7;
  --color-charcoal-gray: #3A3A33;
}

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: #9CA88F;
  --role-link: #9CA88F;
  --role-btn-primary-bg: #9CA88F;
  --role-headline: #9CA88F;
  --role-btn-secondary-bg: #75875A;
  --role-btn-outlined-border: #75875A;
  --role-btn-outlined-text: #75875A;
  --role-icon: #A79B7C;
  --role-border: #A79B7C;
  --role-divider: #A79B7C;
  --role-outline: #A79B7C;
  --role-bg-light: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #F9F9F7;
  --role-text: #3A3A33;
  --role-btn-primary-text: #3A3A33;
}

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.
{
    "sage-green": "#9CA88F",
    "olive-green": "#75875A",
    "soft-cream": "#D9D6B9",
    "warm-taupe": "#A79B7C",
    "muted-sand": "#B0A98F",
    "pure-white": "#FFFFFF",
    "near-white-cream": "#F9F9F7",
    "charcoal-gray": "#3A3A33"
}
Press Space to load new palette