Pale Stone#D8CDBB
Desert Clay#B97A5D
Graphite Earth#3E3A37
Weathered Linen#9D8F7B
Basalt Taupe#6F6358
Palette direction

Desert Clay Graphite Color Palette

A warm, architectural palette inspired by layered natural materials: soft milk-white, pale stone, desert clay, and graphite. It feels tactile and grounded while still giving the brand enough contrast for clear digital hierarchy and a distinctive, understated identity.

MonochromaticNonewarm neutralsearth tonesarchitecturalminimal
palette-preview.example
None color direction

Desert Clay Graphite Color Palette

A warm, architectural palette inspired by layered natural materials: soft milk-white, pale stone, desert clay, and graphite. It feels tactile and grounded while still giving the brand enough contrast for clear digital hierarchy and a distinctive, understated identity.

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 Pure White #FFFFFFon Graphite Earth #3E3A3711.3:1 Excellent
Logo Deep Charcoal #201D1Bon Pale Stone #D8CDBB10.7:1 Excellent
Logo Deep Charcoal #201D1Bon Desert Clay #B97A5D4.8:1 Strong
Logo Deep Charcoal #201D1Bon Pure White #FFFFFF16.8:1 Excellent
Icon color
BackgroundDesert Clay#B97A5DTextDeep Charcoal#201D1B
Primary Button4.79:1
AA

Best for the main action users should notice first.

BackgroundPale Stone#D8CDBBTextDeep Charcoal#201D1B
Secondary Button10.67:1
AAA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextGraphite Earth#3E3A37
Outlined Button11.26:1
AAA

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextDesert Clay#B97A5D
Text Button3.50:1
Large text

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

Palette composition8 colorsMonochromatic color relationship
9:41Desert Clay Graphite 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.

CDesert Clay Graphite Color PaletteNone brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors build a calm, material-driven system: pale stone and soft clay create the core identity, while graphite supplies contrast and structure. Together they read as a recognizable set rooted in natural surfaces rather than a trend

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.Pale Stone #D8CDBB
HeadlineUsed for main titles and key messages.Desert Clay #B97A5D
LinkUsed for links and interactive text.Desert Clay #B97A5D

Buttons

Primary Button
BackgroundDesert Clay #B97A5D
TextDeep Charcoal #201D1B
Secondary Button
BackgroundPale Stone #D8CDBB
TextDeep Charcoal #201D1B
Outlined Button
BackgroundDesert Clay #B97A5D
TextGraphite Earth #3E3A37

Interface

TextDefault readable body text.Deep Charcoal #201D1B
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Deep Charcoal #201D1B
IconSmall interface icons and marks.Weathered Linen #9D8F7B
BorderCards, inputs, and component borders.Weathered Linen #9D8F7B
DividerSubtle separators between content.Basalt Taupe #6F6358
OutlineFocus rings and emphasis outlines.Basalt Taupe #6F6358

Palette Colors

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

Main (Brand) Colors

The main colors build a calm, material-driven system: pale stone and soft clay create the core identity, while graphite supplies contrast and structure. Together they read as a recognizable set rooted in natural surfaces rather than a trend

PrimaryPale Stone

RolesLogo, Btn Secondary Bg

A soft stone tone that keeps the brand airy and grounded, giving the identity a calm base without feeling sterile.

HEX#D8CDBB
RGB216, 205, 187
HSL37, 27, 79
CMYK0, 5, 13, 15
SecondaryDesert Clay

RolesBtn Primary Bg, Headline, Link, Btn Outlined Border

A warm clay accent that adds energy and memorability while staying natural and approachable.

HEX#B97A5D
RGB185, 122, 93
HSL19, 40, 55
CMYK0, 34, 50, 27
TertiaryGraphite Earth

RolesBtn Outlined Text

A deep mineral shade that anchors the palette and delivers the strongest structure for high-contrast UI moments.

HEX#3E3A37
RGB62, 58, 55
HSL26, 6, 23
CMYK0, 6, 11, 76

Support Colors

The support colors extend the palette with restrained, low-saturation tones that echo the image’s layered material feel. They help icons, borders, and outlines stay cohesive while,

Weathered Linen

RolesIcon, Border

A muted taupe that softens separators and utility elements, bridging the warm clay and pale stone tones.

HEX#9D8F7B
RGB157, 143, 123
HSL35, 15, 55
CMYK0, 9, 22, 38
Basalt Taupe

RolesDivider, Outline

A deeper earthy neutral that adds definition to fine UI lines without pulling attention away from the primary colors.

HEX#6F6358
RGB111, 99, 88
HSL29, 12, 39
CMYK0, 11, 21, 56

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
Soft Milk
HEX#F4F0E8
RGB244, 240, 232
HSL40, 35, 93
CMYK0, 2, 5, 4
Deep Charcoal

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

HEX#201D1B
RGB32, 29, 27
HSL24, 8, 12
CMYK0, 9, 16, 87

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-pale-stone: #D8CDBB;
  --color-desert-clay: #B97A5D;
  --color-graphite-earth: #3E3A37;
  --color-weathered-linen: #9D8F7B;
  --color-basalt-taupe: #6F6358;
  --color-pure-white: #FFFFFF;
  --color-soft-milk: #F4F0E8;
  --color-deep-charcoal: #201D1B;
}

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: #D8CDBB;
  --role-btn-secondary-bg: #D8CDBB;
  --role-btn-primary-bg: #B97A5D;
  --role-headline: #B97A5D;
  --role-link: #B97A5D;
  --role-btn-outlined-border: #B97A5D;
  --role-btn-outlined-text: #3E3A37;
  --role-icon: #9D8F7B;
  --role-border: #9D8F7B;
  --role-divider: #6F6358;
  --role-outline: #6F6358;
  --role-bg-light: #FFFFFF;
  --role-bg-dark: #201D1B;
  --role-text: #201D1B;
  --role-btn-primary-text: #201D1B;
  --role-btn-secondary-text: #201D1B;
}

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.
{
    "pale-stone": "#D8CDBB",
    "desert-clay": "#B97A5D",
    "graphite-earth": "#3E3A37",
    "weathered-linen": "#9D8F7B",
    "basalt-taupe": "#6F6358",
    "pure-white": "#FFFFFF",
    "soft-milk": "#F4F0E8",
    "deep-charcoal": "#201D1B"
}
Press Space to load new palette