Auburn Sunset Color Palette
Discover the beautiful Auburn Sunset color palette featuring ironstone (#7a4a38), sepia skin (#9c5c44), teak (#b6896d), harvest gold (#e6b57a) and just right (#eac7b3).
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: #7a4a38;
}
.color-2 {
color: #9c5c44;
}
.color-3 {
color: #b6896d;
}
.color-4 {
color: #e6b57a;
}
.color-5 {
color: #eac7b3;
}
/* CSS Variables */
:root {
--color-1: #7a4a38;
--color-2: #9c5c44;
--color-3: #b6896d;
--color-4: #e6b57a;
--color-5: #eac7b3;
}
🌈 Auburn Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a4a38, #9c5c44, #b6896d, #e6b57a, #eac7b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a4a38, #9c5c44, #b6896d, #e6b57a, #eac7b3);
}
🔗 Explore similar color palettes
Auburn Sunset color palette created on .