Auburn Glow Color Palette

Discover the beautiful Auburn Glow color palette featuring nutmeg (#7d3b2b), sepia skin (#9e5a3d), antique brass (#c97954), porsche (#e4a058) and rajah (#f5c67a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAuburn, Brown, Warm, Earthy, Vibrant, Autumn, Coastal, Orange, Soft, 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 Glow palette

Share this palette to:

💻 Auburn Glow color palette CSS

/* CSS */
.color-1 {
color: #7d3b2b;
}
.color-2 {
color: #9e5a3d;
}
.color-3 {
color: #c97954;
}
.color-4 {
color: #e4a058;
}
.color-5 {
color: #f5c67a;
}

/* CSS Variables */
:root {
--color-1: #7d3b2b;
--color-2: #9e5a3d;
--color-3: #c97954;
--color-4: #e4a058;
--color-5: #f5c67a;
}

🌈 Auburn Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d3b2b, #9e5a3d, #c97954, #e4a058, #f5c67a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d3b2b, #9e5a3d, #c97954, #e4a058, #f5c67a);
}

Auburn Glow color palette created on .