Rustic Elegance Color Palette
Discover the beautiful Rustic Elegance color palette featuring taupe (#4b3d3a), aths special (#ede6cf), dawn (#a9a79e), fuzzy wuzzy brown (#c45d4f) and ironstone (#8c4c3b).
Brightness
Saturation
Warmth
Refine
💡 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 Rustic Elegance palette
💻 Rustic Elegance color palette CSS
/* CSS */
.color-1 {
color: #4b3d3a;
}
.color-2 {
color: #ede6cf;
}
.color-3 {
color: #a9a79e;
}
.color-4 {
color: #c45d4f;
}
.color-5 {
color: #8c4c3b;
}
/* CSS Variables */
:root {
--color-1: #4b3d3a;
--color-2: #ede6cf;
--color-3: #a9a79e;
--color-4: #c45d4f;
--color-5: #8c4c3b;
} 🌈 Rustic Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d3a, #ede6cf, #a9a79e, #c45d4f, #8c4c3b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d3a, #ede6cf, #a9a79e, #c45d4f, #8c4c3b);
} 🔗 Explore similar color palettes
Rustic Elegance color palette created on .