Warm Taupe#7B7367
Mushroom#9A8A78
Sandstone#8F7D63
Pebble#A89F91
Driftwood Sand#D6C8B2
Palette direction

Stone Sand Shadow Color Palette

This palette translates the image’s soft stone, sand, and shadow tones into a calm, tactile system with enough contrast for digital use. The colors feel grounded and refined, making the brand look natural, composed, and quietly premium.

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

Stone Sand Shadow Color Palette

This palette translates the image’s soft stone, sand, and shadow tones into a calm, tactile system with enough contrast for digital use. The colors feel grounded and refined, making the brand look natural, composed, and quietly premium.

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 Warm Taupe #7B73674.7:1 Strong
Logo Charcoal #2A241Fon Mushroom #9A8A784.6:1 Strong
Logo Charcoal #2A241Fon White #FFFFFF15.3:1 Excellent
Logo White #FFFFFFon Charcoal #2A241F15.3:1 Excellent
Icon color
BackgroundWarm Taupe#7B7367TextWhite#FFFFFF
Primary Button4.68:1
AA

Best for the main action users should notice first.

BackgroundSandstone#8F7D63TextWhite#FFFFFF
Secondary Button3.98:1
Large text

Useful for softer choices and secondary paths.

BackgroundIvory#F6F1E8TextSandstone#8F7D63
Outlined Button3.53:1
Large text

Good for lower-emphasis actions on light surfaces.

BackgroundIvory#F6F1E8TextMushroom#9A8A78
Text Button2.97:1
Low

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

Palette composition8 colorsMonochromatic color relationship
9:41Stone Sand Shadow 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.

CStone Sand Shadow Color PaletteLuxury And Lifestyle brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors stay within a warm stone-to-sand range, creating a cohesive system that feels natural and understated. Their close tonal relationship makes the palette easy to recognize while keeping it sophisticated and serene.

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.Warm Taupe #7B7367
HeadlineUsed for main titles and key messages.Mushroom #9A8A78
LinkUsed for links and interactive text.Mushroom #9A8A78

Buttons

Primary Button
BackgroundWarm Taupe #7B7367
TextWhite #FFFFFF
Secondary Button
BackgroundSandstone #8F7D63
TextWhite #FFFFFF
Outlined Button
BackgroundSandstone #8F7D63
TextSandstone #8F7D63

Interface

TextDefault readable body text.Charcoal #2A241F
Bg LightLight page or section background.Ivory #F6F1E8
Bg DarkDark page or section background.Charcoal #2A241F
IconSmall interface icons and marks.Pebble #A89F91
BorderCards, inputs, and component borders.Pebble #A89F91
DividerSubtle separators between content.Driftwood Sand #D6C8B2
OutlineFocus rings and emphasis outlines.Driftwood Sand #D6C8B2

Palette Colors

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

Main (Brand) Colors

The main colors stay within a warm stone-to-sand range, creating a cohesive system that feels natural and understated. Their close tonal relationship makes the palette easy to recognize while keeping it sophisticated and serene.

PrimaryWarm Taupe

RolesLogo, Btn Primary Bg

Warm Taupe gives the brand a steady, grounded anchor that feels timeless and tactile.

HEX#7B7367
RGB123, 115, 103
HSL36, 9, 44
CMYK0, 7, 16, 52
SecondaryMushroom

RolesLink, Headline

Mushroom adds a softer, more approachable accent that keeps the palette warm and elegant.

HEX#9A8A78
RGB154, 138, 120
HSL32, 14, 54
CMYK0, 10, 22, 40
TertiarySandstone

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Sandstone bridges the taupe and sand notes, adding natural warmth without overpowering the system.

HEX#8F7D63
RGB143, 125, 99
HSL35, 18, 47
CMYK0, 13, 31, 44

Support Colors

The support colors extend the stone palette with muted depth and a pale mineral highlight. They help define structure and secondary UI details while staying visually subordinate to the main earth tones.

Pebble

RolesIcon, Border

Pebble softens the interface edges and works well for subtle supporting elements.

HEX#A89F91
RGB168, 159, 145
HSL37, 12, 61
CMYK0, 5, 14, 34
Driftwood Sand

RolesDivider, Outline

Driftwood Sand adds a light mineral note that separates sections gently and keeps surfaces airy.

HEX#D6C8B2
RGB214, 200, 178
HSL37, 31, 77
CMYK0, 7, 17, 16

Neutral Colors

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

White

RolesBtn Primary Text, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Ivory

RolesBg Light

HEX#F6F1E8
RGB246, 241, 232
HSL39, 44, 94
CMYK0, 2, 6, 4
Charcoal

RolesBg Dark, Text

HEX#2A241F
RGB42, 36, 31
HSL27, 15, 14
CMYK0, 14, 26, 84

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-warm-taupe: #7B7367;
  --color-mushroom: #9A8A78;
  --color-sandstone: #8F7D63;
  --color-pebble: #A89F91;
  --color-driftwood-sand: #D6C8B2;
  --color-white: #FFFFFF;
  --color-ivory: #F6F1E8;
  --color-charcoal: #2A241F;
}

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: #7B7367;
  --role-btn-primary-bg: #7B7367;
  --role-link: #9A8A78;
  --role-headline: #9A8A78;
  --role-btn-secondary-bg: #8F7D63;
  --role-btn-outlined-border: #8F7D63;
  --role-btn-outlined-text: #8F7D63;
  --role-icon: #A89F91;
  --role-border: #A89F91;
  --role-divider: #D6C8B2;
  --role-outline: #D6C8B2;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-light: #F6F1E8;
  --role-bg-dark: #2A241F;
  --role-text: #2A241F;
}

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.
{
    "warm-taupe": "#7B7367",
    "mushroom": "#9A8A78",
    "sandstone": "#8F7D63",
    "pebble": "#A89F91",
    "driftwood-sand": "#D6C8B2",
    "white": "#FFFFFF",
    "ivory": "#F6F1E8",
    "charcoal": "#2A241F"
}
Press Space to load new palette