Auburn Sunset Color Palette

Discover the beautiful Auburn Sunset color palette featuring paarl (#9f512d), mojo (#c65c39), burnt sienna (#e98949), rajah (#f7b96e) and maize (#f6d2a7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAuburn, Orange, Earthy, Warm, Bright, Sunset, Feminine, Fall, Autumn, 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: #9f512d;
}
.color-2 {
color: #c65c39;
}
.color-3 {
color: #e98949;
}
.color-4 {
color: #f7b96e;
}
.color-5 {
color: #f6d2a7;
}

/* CSS Variables */
:root {
--color-1: #9f512d;
--color-2: #c65c39;
--color-3: #e98949;
--color-4: #f7b96e;
--color-5: #f6d2a7;
}

🌈 Auburn Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f512d, #c65c39, #e98949, #f7b96e, #f6d2a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f512d, #c65c39, #e98949, #f7b96e, #f6d2a7);
}

Auburn Sunset color palette created on .