Warm Earth Brown Color Palette

Discover the beautiful Warm Earth Brown color palette featuring whiskey (#d9a76d), muddy waters (#b98b4b), potters clay (#8b6f3c), costa del sol (#5b4d2a) and kelp (#3c3e2d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Earthy, Warm, Cool Autumn color palettes and combinations.

๐Ÿ’ก What You Can Do

ColorMagic makes it easy to:
  • โ€ขCopy precise HEX codes and RGB values for your designs
  • โ€ขAdjust its brightness, saturation, and warmth to create new variations
  • โ€ขPreview UI components to see how colors work in real interfaces
  • โ€ขCopy CSS code including background gradients and color variables
  • โ€ขDownload the palette
  • โ€ขShare your palette with team members and clients

๐ŸŽจ Preview UI Components

UI Examples

Explore beautiful UI components with Warm Earth Brown palette

Share this palette to:

๐Ÿ’ป Warm Earth Brown color palette CSS

/* CSS */
.color-1 {
color: #d9a76d;
}
.color-2 {
color: #b98b4b;
}
.color-3 {
color: #8b6f3c;
}
.color-4 {
color: #5b4d2a;
}
.color-5 {
color: #3c3e2d;
}

/* CSS Variables */
:root {
--color-1: #d9a76d;
--color-2: #b98b4b;
--color-3: #8b6f3c;
--color-4: #5b4d2a;
--color-5: #3c3e2d;
}

๐ŸŒˆ Warm Earth Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9a76d, #b98b4b, #8b6f3c, #5b4d2a, #3c3e2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9a76d, #b98b4b, #8b6f3c, #5b4d2a, #3c3e2d);
}

Warm Earth Brown color palette created on .