Rustic Elegance Color Palette
Discover the beautiful Rustic Elegance color palette featuring ironstone (#86483c), matrix (#a55e50), old rose (#c68f7b), cashmere (#e8b7a1) and mandys pink (#f3cfbf).
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 Rustic Elegance palette
💻 Rustic Elegance color palette CSS
/* CSS */
.color-1 {
color: #86483c;
}
.color-2 {
color: #a55e50;
}
.color-3 {
color: #c68f7b;
}
.color-4 {
color: #e8b7a1;
}
.color-5 {
color: #f3cfbf;
}
/* CSS Variables */
:root {
--color-1: #86483c;
--color-2: #a55e50;
--color-3: #c68f7b;
--color-4: #e8b7a1;
--color-5: #f3cfbf;
} 🌈 Rustic Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #86483c, #a55e50, #c68f7b, #e8b7a1, #f3cfbf);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #86483c, #a55e50, #c68f7b, #e8b7a1, #f3cfbf);
} 🔗 Explore similar color palettes
Rustic Elegance color palette created on .