Ochre#C97524
Rust#814421
Steel Blue#5D8AA8
Sandstone#BB9B71
Shadow Taupe#7A6A51
Palette direction

Desert Rugged Neutral Color Palette

This palette draws inspiration from the warm, natural tones of the rocky desert landscape and the muted blue sky, evoking both ruggedness and tranquility in a grounded, approachable color system.

ComplementaryCreativedesertwarm tonesnaturalrugged
palette-preview.example
Creative color direction

Desert Rugged Neutral Color Palette

This palette draws inspiration from the warm, natural tones of the rocky desert landscape and the muted blue sky, evoking both ruggedness and tranquility in a grounded, approachable color system.

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 Rust #8144217.5:1 Excellent
Logo Charcoal #2B2B2Bon White #FFFFFF14.2:1 Excellent
Logo Charcoal #2B2B2Bon Sandstone #BB9B715.4:1 Strong
Logo White #FFFFFFon Shadow Taupe #7A6A515.2:1 Strong
Icon color
BackgroundOchre#C97524TextCharcoal#2B2B2B
Primary Button4.08:1
Large text

Best for the main action users should notice first.

BackgroundRust#814421TextWhite#FFFFFF
Secondary Button7.55:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextRust#814421
Outlined Button7.55:1
AAA

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextOchre#C97524
Text Button3.47:1
Large text

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

Palette composition8 colorsComplementary color relationship
9:41Desert Rugged Neutral Color Palette Color role balance
Complementary 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 Rugged Neutral Color PaletteCreative brand direction ColorFly.design
Strategic palette preview

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.Ochre #C97524
HeadlineUsed for main titles and key messages.Ochre #C97524
LinkUsed for links and interactive text.Ochre #C97524

Buttons

Primary Button
BackgroundOchre #C97524
TextCharcoal #2B2B2B
Secondary Button
BackgroundRust #814421
TextWhite #FFFFFF
Outlined Button
BackgroundRust #814421
TextRust #814421

Interface

TextDefault readable body text.Charcoal #2B2B2B
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Charcoal #2B2B2B
IconSmall interface icons and marks.Sandstone #BB9B71
BorderCards, inputs, and component borders.Sandstone #BB9B71
DividerSubtle separators between content.Sandstone #BB9B71
OutlineFocus rings and emphasis outlines.Sandstone #BB9B71

Palette Colors

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

Main (Brand) Colors

The main colors balance warm ochre and rich rust from the desert rocks with a calming blue hue from the sky, creating a visually dynamic but harmonious system.

PrimaryOchre

RolesLogo, Link, Btn Primary Bg, Headline

Ochre brings warmth and earthy energy, evoking the sunlit rocks and natural vitality.

HEX#C97524
RGB201, 117, 36
HSL29, 70, 46
CMYK0, 42, 82, 21
SecondaryRust

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Rust adds depth and ruggedness, grounding the palette in natural, weathered textures.

HEX#814421
RGB129, 68, 33
HSL22, 59, 32
CMYK0, 47, 74, 49
TertiarySteel Blue

Steel Blue introduces calm and balance, reflecting the muted sky and enhancing readability.

HEX#5D8AA8
RGB93, 138, 168
HSL204, 30, 51
CMYK45, 18, 0, 34

Support Colors

The support colors extend the palette with softer, muted warm tones and a cool neutral to complement and balance the main hues without overpowering them.

Sandstone

RolesIcon, Border, Divider, Outline

Sandstone provides a gentle, muted ochre tone that complements Ochre and Rust by offering subtle warmth and soft contrast.

HEX#BB9B71
RGB187, 155, 113
HSL34, 35, 59
CMYK0, 17, 40, 27
Shadow Taupe

Shadow Taupe adds a cool, dark balance to the warm colors, enhancing the rustic vibe while supporting icon and border clarity.

HEX#7A6A51
RGB122, 106, 81
HSL37, 20, 40
CMYK0, 13, 34, 52

Neutral Colors

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

White

RolesBg Light, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Ivory
HEX#F5F2EB
RGB245, 242, 235
HSL42, 33, 94
CMYK0, 1, 4, 4
Charcoal

RolesBg Dark, Text, Btn Primary Text

HEX#2B2B2B
RGB43, 43, 43
HSL0, 0, 17
CMYK0, 0, 0, 83

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-ochre: #C97524;
  --color-rust: #814421;
  --color-steel-blue: #5D8AA8;
  --color-sandstone: #BB9B71;
  --color-shadow-taupe: #7A6A51;
  --color-white: #FFFFFF;
  --color-ivory: #F5F2EB;
  --color-charcoal: #2B2B2B;
}

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: #C97524;
  --role-link: #C97524;
  --role-btn-primary-bg: #C97524;
  --role-headline: #C97524;
  --role-btn-secondary-bg: #814421;
  --role-btn-outlined-border: #814421;
  --role-btn-outlined-text: #814421;
  --role-icon: #BB9B71;
  --role-border: #BB9B71;
  --role-divider: #BB9B71;
  --role-outline: #BB9B71;
  --role-bg-light: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #2B2B2B;
  --role-text: #2B2B2B;
  --role-btn-primary-text: #2B2B2B;
}

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.
{
    "ochre": "#C97524",
    "rust": "#814421",
    "steel-blue": "#5D8AA8",
    "sandstone": "#BB9B71",
    "shadow-taupe": "#7A6A51",
    "white": "#FFFFFF",
    "ivory": "#F5F2EB",
    "charcoal": "#2B2B2B"
}
Press Space to load new palette