Sage Veil#86A18A
Mint Haze#B7D7B8
Blush Linen#E8CFC2
Moss Slate#7A8F86
Pebble Fog#D9D4CE
Palette direction

Soft Mosaic Lifestyle Color Palette

This palette turns the image’s muted, softly lit bands into a polished brand system with a calm neutral base and two fresh accent directions. The result feels grounded but contemporary, with enough contrast for clean UI hierarchy and enough color character to stay recognizable.

CustomHealth Wellnesssoft color palettemuted accentsminimal brand colorscalm interface
palette-preview.example
Health Wellness color direction

Soft Mosaic Lifestyle Color Palette

This palette turns the image’s muted, softly lit bands into a polished brand system with a calm neutral base and two fresh accent directions. The result feels grounded but contemporary, with enough contrast for clean UI hierarchy and enough color character to stay recognizable.

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 Ink #161616on Blush Linen #E8CFC212.2:1 Excellent
Logo Charcoal Ink #161616on Mint Haze #B7D7B811.6:1 Excellent
Logo Charcoal Ink #161616on Sage Veil #86A18A6.4:1 Strong
Logo Charcoal Ink #161616on Pure White #FFFFFF18.1:1 Excellent
Icon color
BackgroundSage Veil#86A18ATextCharcoal Ink#161616
Primary Button6.44:1
AA

Best for the main action users should notice first.

BackgroundMint Haze#B7D7B8TextCharcoal Ink#161616
Secondary Button11.57:1
AAA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextBlush Linen#E8CFC2
Outlined Button1.49:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextMint Haze#B7D7B8
Text Button1.56:1
Low

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

Palette composition8 colorsCustom color relationship
9:41Soft Mosaic Lifestyle 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.

CSoft Mosaic Lifestyle Color PaletteHealth Wellness brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

These main colors stay in a tight, nature-leaning range so the palette feels cohesive and quietly distinctive. Their soft shifts from sage to misty mint to warm blush create a recognizable system that reads serene without becoming flat.

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 Veil #86A18A
HeadlineUsed for main titles and key messages.Mint Haze #B7D7B8
LinkUsed for links and interactive text.Mint Haze #B7D7B8

Buttons

Primary Button
BackgroundSage Veil #86A18A
TextCharcoal Ink #161616
Secondary Button
BackgroundMint Haze #B7D7B8
TextCharcoal Ink #161616
Outlined Button
BackgroundSage Veil #86A18A
TextBlush Linen #E8CFC2

Interface

TextDefault readable body text.Charcoal Ink #161616
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Charcoal Ink #161616
IconSmall interface icons and marks.Moss Slate #7A8F86
BorderCards, inputs, and component borders.Moss Slate #7A8F86
DividerSubtle separators between content.Pebble Fog #D9D4CE
OutlineFocus rings and emphasis outlines.Pebble Fog #D9D4CE

Palette Colors

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

Main (Brand) Colors

These main colors stay in a tight, nature-leaning range so the palette feels cohesive and quietly distinctive. Their soft shifts from sage to misty mint to warm blush create a recognizable system that reads serene without becoming flat.

PrimarySage Veil

RolesLogo, Btn Primary Bg, Btn Outlined Border

Sage Veil gives the brand a steady, restorative anchor with enough presence to carry the logo and primary actions.

HEX#86A18A
RGB134, 161, 138
HSL129, 13, 58
CMYK17, 0, 14, 37
SecondaryMint Haze

RolesLink, Btn Secondary Bg, Headline

Mint Haze adds a lighter, more open note that supports navigation and secondary emphasis without overpowering the system.

HEX#B7D7B8
RGB183, 215, 184
HSL122, 29, 78
CMYK15, 0, 14, 16
TertiaryBlush Linen

RolesBtn Outlined Text

Blush Linen introduces a warm human touch that softens the palette and keeps outlined elements feeling approachable.

HEX#E8CFC2
RGB232, 207, 194
HSL21, 45, 84
CMYK0, 11, 16, 9

Support Colors

The support colors extend the palette with subtle depth and a cooler counterbalance, helping the main hues work across interfaces without creating a new visual story. They stay understated so the system remains calm and coherent.

Moss Slate

RolesIcon, Border

Moss Slate reinforces the organic feel while giving icons and fine UI details a more structured edge.

HEX#7A8F86
RGB122, 143, 134
HSL154, 9, 52
CMYK15, 0, 6, 44
Pebble Fog

RolesDivider, Outline

Pebble Fog supplies a restrained transitional tone that separates surfaces gently and keeps the layout airy.

HEX#D9D4CE
RGB217, 212, 206
HSL33, 13, 83
CMYK0, 2, 5, 15

Neutral Colors

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

Pure White

RolesBg Light

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Alabaster Mist
HEX#F5F2EE
RGB245, 242, 238
HSL34, 26, 95
CMYK0, 1, 3, 4
Charcoal Ink

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

HEX#161616
RGB22, 22, 22
HSL0, 0, 9
CMYK0, 0, 0, 91

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-veil: #86A18A;
  --color-mint-haze: #B7D7B8;
  --color-blush-linen: #E8CFC2;
  --color-moss-slate: #7A8F86;
  --color-pebble-fog: #D9D4CE;
  --color-pure-white: #FFFFFF;
  --color-alabaster-mist: #F5F2EE;
  --color-charcoal-ink: #161616;
}

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: #86A18A;
  --role-btn-primary-bg: #86A18A;
  --role-btn-outlined-border: #86A18A;
  --role-link: #B7D7B8;
  --role-btn-secondary-bg: #B7D7B8;
  --role-headline: #B7D7B8;
  --role-btn-outlined-text: #E8CFC2;
  --role-icon: #7A8F86;
  --role-border: #7A8F86;
  --role-divider: #D9D4CE;
  --role-outline: #D9D4CE;
  --role-bg-light: #FFFFFF;
  --role-bg-dark: #161616;
  --role-text: #161616;
  --role-btn-primary-text: #161616;
  --role-btn-secondary-text: #161616;
}

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-veil": "#86A18A",
    "mint-haze": "#B7D7B8",
    "blush-linen": "#E8CFC2",
    "moss-slate": "#7A8F86",
    "pebble-fog": "#D9D4CE",
    "pure-white": "#FFFFFF",
    "alabaster-mist": "#F5F2EE",
    "charcoal-ink": "#161616"
}
Press Space to load new palette