Earthy Warmth Color Palette
Discover the beautiful Earthy Warmth color palette featuring potters clay (#8b5637), santa fe (#a86a4d), my pink (#d39a7e), cashmere (#e1b1a3) and beauty bush (#f2d1c4).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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 Earthy Warmth palette
💻 Earthy Warmth color palette CSS
/* CSS */
.color-1 {
color: #8b5637;
}
.color-2 {
color: #a86a4d;
}
.color-3 {
color: #d39a7e;
}
.color-4 {
color: #e1b1a3;
}
.color-5 {
color: #f2d1c4;
}
/* CSS Variables */
:root {
--color-1: #8b5637;
--color-2: #a86a4d;
--color-3: #d39a7e;
--color-4: #e1b1a3;
--color-5: #f2d1c4;
} 🌈 Earthy Warmth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8b5637, #a86a4d, #d39a7e, #e1b1a3, #f2d1c4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8b5637, #a86a4d, #d39a7e, #e1b1a3, #f2d1c4);
} Earthy Warmth color palette created on .