Earth Tones Color Palette

Warm Color Palette

About This Palette

Grounded earth tones for natural, organic designs.

CSS Variables

:root {
  --color-1: #8B4513;
  --color-2: #A0522D;
  --color-3: #D2691E;
  --color-4: #DEB887;
  --color-5: #F5DEB3;
}

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'earth-tones': {
          '1': '#8B4513',
          '2': '#A0522D',
          '3': '#D2691E',
          '4': '#DEB887',
          '5': '#F5DEB3',
        },
      },
    },
  },
};

More Warm Palettes

Browse All Palettes