Aarunya AppsAarunya Apps

Earth Tones Color Palette

Natural · Warm · Authentic

A grounded earth tones palette inspired by natural materials — terracotta, sand, clay, and warm browns. Earth tones evoke stability, warmth, and authenticity. The dominant palette in contemporary organic and artisan brand design.

SwatchNameHex
Cream#FDF6EC
Sand#E8C9A0
Sienna#C08040
Terracotta#A0522D
Clay#6B3A2A
Dark Brown#3D2314

Best For

Organic FoodInterior DesignArtisan CraftsWellness

Pair warm terracotta with cream and sage green for a contemporary organic look. Earth tones work beautifully in interior design mockups, packaging, and food & lifestyle photography backgrounds.

CSS Custom Properties

:root {
  --earth-100: #FDF6EC;
  --earth-200: #E8C9A0;
  --earth-300: #C08040;
  --earth-400: #A0522D;
  --earth-500: #6B3A2A;
  --earth-600: #3D2314;
}

Tailwind CSS Config

// tailwind.config.ts
export default {
  theme: {
    extend: {
      colors: {
        "earth": {
    "100": "#FDF6EC",
    "200": "#E8C9A0",
    "300": "#C08040",
    "400": "#A0522D",
    "500": "#6B3A2A",
    "600": "#3D2314",
        },
      },
    },
  },
}

Generate a custom palette

Enter any seed colour and generate complementary, analogous, triadic, and monochromatic palettes. Export as CSS variables, Tailwind config, or JSON.

Open Color Palette Generator

Frequently Asked Questions

What hex codes are in the Earth Tones Color Palette?

The Earth Tones Color Palette includes: Cream (#FDF6EC), Sand (#E8C9A0), Sienna (#C08040), Terracotta (#A0522D), Clay (#6B3A2A), Dark Brown (#3D2314).

What is the mood of the Earth Tones Color Palette?

Earth Tones Color Palette evokes: Natural · Warm · Authentic. A grounded earth tones palette inspired by natural materials — terracotta, sand, clay, and warm browns. Earth tones evoke stability, warmth, and authenticity. The dominant palette in contemporary organic and artisan brand design.

What industries use the Earth Tones Color Palette?

The Earth Tones Color Palette is popular in: Organic Food, Interior Design, Artisan Crafts, Wellness. Pair warm terracotta with cream and sage green for a contemporary organic look. Earth tones work beautifully in interior design mockups, packaging, and food & lifestyle photography backgrounds.

What colours pair well with this palette?

This palette pairs well with: cream, sage-green, white. Pair warm terracotta with cream and sage green for a contemporary organic look. Earth tones work beautifully in interior design mockups, packaging, and food & lifestyle photography backgrounds.