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
๐ป 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);
}
๐ Explore similar color palettes
Warm Earth Brown color palette created on .