Curated textile palette

Desert Studio textile color palette

Desert Studio is a warm editorial palette of baked neutrals, clay, peach, and pale sand. It works for artisan-feeling drops, natural packaging, ceramics-adjacent stories, and relaxed apparel that needs warmth without looking too saturated.

artisansun-bakedwarmdry

Textile Direction

How to use Desert Studio

Best For

  • artisan capsules
  • ceramic-inspired prints
  • warm basics
  • natural packaging

Materials

  • raw cotton
  • linen canvas
  • suede
  • basket-weave textile

Color Roles

  • Use brown and ochre for the earthy structural notes.
  • Use peach and baked clay as the warm commercial center.
  • Use pale sand for labels, backgrounds, and lighter product variants.

Color Specs

Palette values and contrast notes

Use these values as digital starting points, then approve final textile standards on the real fabric or substrate.

6 colors
SwatchRoleHEXRGBHSLApprox CMYKText Contrast
Anchor
Depth
Mid tone
Bridge
Ground
Highlight

Developer Handoff

CSS variables

Copy the palette as CSS custom properties.

--palette-1: #5D473A;
--palette-2: #8A644D;
--palette-3: #B07B5D;
--palette-4: #D79B76;
--palette-5: #EDC59F;
--palette-6: #FAE8D4;

Tailwind v4 theme

Use these tokens as palette utilities like bg-palette-1 and text-palette-1.

Copy the palette as Tailwind v4 theme color tokens.

@theme {
  --color-palette-1: #5D473A;
  --color-palette-2: #8A644D;
  --color-palette-3: #B07B5D;
  --color-palette-4: #D79B76;
  --color-palette-5: #EDC59F;
  --color-palette-6: #FAE8D4;
}