Auburn Sunset Color Palette

Discover the beautiful Auburn Sunset color palette featuring spice (#6d3b2c), brown rust (#b45a3c), di serria (#d68e57), tacao (#f0b77a) and manhattan (#f5c79e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAuburn, Brown, Earthy, Autumn, Orange, Bright, Warm, Nature, Fall, Soft color palettes and combinations.

💡 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

Share this palette to:

💻 Auburn Sunset color palette CSS

/* CSS */
.color-1 {
color: #6d3b2c;
}
.color-2 {
color: #b45a3c;
}
.color-3 {
color: #d68e57;
}
.color-4 {
color: #f0b77a;
}
.color-5 {
color: #f5c79e;
}

/* CSS Variables */
:root {
--color-1: #6d3b2c;
--color-2: #b45a3c;
--color-3: #d68e57;
--color-4: #f0b77a;
--color-5: #f5c79e;
}

🌈 Auburn Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d3b2c, #b45a3c, #d68e57, #f0b77a, #f5c79e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d3b2c, #b45a3c, #d68e57, #f0b77a, #f5c79e);
}

Auburn Sunset color palette created on .