Pale Stone#0F6F73
Desert Clay#D9A441
Graphite Earth#F7F3E9
Weathered Linen#2E2E2E
Basalt Taupe#C48BA5
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 Deep Charcoal #201D1Bon Graphite Earth #F7F3E915.1:1 Excellent
Logo Deep Charcoal #201D1Bon Desert Clay #D9A4417.5:1 Excellent
Logo Pure White #FFFFFFon Pale Stone #0F6F735.9:1 Strong
Logo Pure White #FFFFFFon Deep Charcoal #201D1B16.8:1 Excellent
Icon color
BackgroundDesert Clay#D9A441TextDeep Charcoal#201D1B
Primary Button7.45:1
AAA

Best for the main action users should notice first.

BackgroundPale Stone#0F6F73TextDeep Charcoal#201D1B
Secondary Button2.83:1
Low

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextGraphite Earth#F7F3E9
Outlined Button1.11:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextDesert Clay#D9A441
Text Button2.25:1
Low

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 #0F6F73
HeadlineUsed for main titles and key messages.Desert Clay #D9A441
LinkUsed for links and interactive text.Desert Clay #D9A441

Buttons

Primary Button
BackgroundDesert Clay #D9A441
TextDeep Charcoal #201D1B
Secondary Button
BackgroundPale Stone #0F6F73
TextDeep Charcoal #201D1B
Outlined Button
BackgroundDesert Clay #D9A441
TextGraphite Earth #F7F3E9

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 #2E2E2E
BorderCards, inputs, and component borders.Weathered Linen #2E2E2E
DividerSubtle separators between content.Basalt Taupe #C48BA5
OutlineFocus rings and emphasis outlines.Basalt Taupe #C48BA5

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#0F6F73
RGB15, 111, 115
HSL182, 77, 25
CMYK87, 3, 0, 55
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#D9A441
RGB217, 164, 65
HSL39, 67, 55
CMYK0, 24, 70, 15
TertiaryGraphite Earth

RolesBtn Outlined Text

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

HEX#F7F3E9
RGB247, 243, 233
HSL43, 47, 94
CMYK0, 2, 6, 3

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#2E2E2E
RGB46, 46, 46
HSL0, 0, 18
CMYK0, 0, 0, 82
Basalt Taupe

RolesDivider, Outline

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

HEX#C48BA5
RGB196, 139, 165
HSL333, 33, 66
CMYK0, 29, 16, 23

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: #0F6F73;
  --color-desert-clay: #D9A441;
  --color-graphite-earth: #F7F3E9;
  --color-weathered-linen: #2E2E2E;
  --color-basalt-taupe: #C48BA5;
  --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: #0F6F73;
  --role-btn-secondary-bg: #0F6F73;
  --role-btn-primary-bg: #D9A441;
  --role-headline: #D9A441;
  --role-link: #D9A441;
  --role-btn-outlined-border: #D9A441;
  --role-btn-outlined-text: #F7F3E9;
  --role-icon: #2E2E2E;
  --role-border: #2E2E2E;
  --role-divider: #C48BA5;
  --role-outline: #C48BA5;
  --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": "#0F6F73",
    "desert-clay": "#D9A441",
    "graphite-earth": "#F7F3E9",
    "weathered-linen": "#2E2E2E",
    "basalt-taupe": "#C48BA5",
    "pure-white": "#FFFFFF",
    "soft-milk": "#F4F0E8",
    "deep-charcoal": "#201D1B"
}
Press Space to load new palette