Auburn Elegance Color Palette
Discover the beautiful Auburn Elegance color palette featuring tawny port (#6d2c3e), tapestry (#a45b7c), can can (#d68a97), rose fog (#e3b0b6) and vanilla ice (#f0d1d3).
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 Auburn Elegance palette
💻 Auburn Elegance color palette CSS
/* CSS */
.color-1 {
color: #6d2c3e;
}
.color-2 {
color: #a45b7c;
}
.color-3 {
color: #d68a97;
}
.color-4 {
color: #e3b0b6;
}
.color-5 {
color: #f0d1d3;
}
/* CSS Variables */
:root {
--color-1: #6d2c3e;
--color-2: #a45b7c;
--color-3: #d68a97;
--color-4: #e3b0b6;
--color-5: #f0d1d3;
}
🌈 Auburn Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3e, #a45b7c, #d68a97, #e3b0b6, #f0d1d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3e, #a45b7c, #d68a97, #e3b0b6, #f0d1d3);
}
🔗 Explore similar color palettes
Auburn Elegance color palette created on .