Warm Fawn Color Palette
Discover the beautiful Warm Fawn color palette featuring mule fawn (#8e472f), antique brass (#c77a5c), tacao (#f2a578), maize (#f6d5a7) and cashmere (#e3b8a1).
Brightness
Saturation
Warmth
💡 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 Fawn palette
💻 Warm Fawn color palette CSS
/* CSS */
.color-1 {
color: #8e472f;
}
.color-2 {
color: #c77a5c;
}
.color-3 {
color: #f2a578;
}
.color-4 {
color: #f6d5a7;
}
.color-5 {
color: #e3b8a1;
}
/* CSS Variables */
:root {
--color-1: #8e472f;
--color-2: #c77a5c;
--color-3: #f2a578;
--color-4: #f6d5a7;
--color-5: #e3b8a1;
}
🌈 Warm Fawn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8e472f, #c77a5c, #f2a578, #f6d5a7, #e3b8a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8e472f, #c77a5c, #f2a578, #f6d5a7, #e3b8a1);
}
🔗 Explore similar color palettes
Warm Fawn color palette created on .