Auburn Sunset Color Palette
Discover the beautiful Auburn Sunset color palette featuring sepia black (#320504), old brick (#8b2124), persian red (#c52f2d), mandy (#e05253) and apricot (#ec746d).
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 Sunset palette
💻 Auburn Sunset color palette CSS
/* CSS */
.color-1 {
color: #320504;
}
.color-2 {
color: #8b2124;
}
.color-3 {
color: #c52f2d;
}
.color-4 {
color: #e05253;
}
.color-5 {
color: #ec746d;
}
/* CSS Variables */
:root {
--color-1: #320504;
--color-2: #8b2124;
--color-3: #c52f2d;
--color-4: #e05253;
--color-5: #ec746d;
} 🌈 Auburn Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #320504, #8b2124, #c52f2d, #e05253, #ec746d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #320504, #8b2124, #c52f2d, #e05253, #ec746d);
} 🔗 Explore similar color palettes
Auburn Sunset color palette created on .