Auburn Sunset Color Palette

Discover the beautiful Auburn Sunset color palette featuring red robin (#7b2c1e), brown rust (#a55b3b), tussock (#c78b48), equator (#e3b06d) and manhattan (#f7c8ab).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAuburn, Brown, Earthy, Warm, Autumn, Orange, Soft, Bright, Beach, Sunset 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: #7b2c1e;
}
.color-2 {
color: #a55b3b;
}
.color-3 {
color: #c78b48;
}
.color-4 {
color: #e3b06d;
}
.color-5 {
color: #f7c8ab;
}

/* CSS Variables */
:root {
--color-1: #7b2c1e;
--color-2: #a55b3b;
--color-3: #c78b48;
--color-4: #e3b06d;
--color-5: #f7c8ab;
}

🌈 Auburn Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b2c1e, #a55b3b, #c78b48, #e3b06d, #f7c8ab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b2c1e, #a55b3b, #c78b48, #e3b06d, #f7c8ab);
}

Auburn Sunset color palette created on .