Auburn Glow Color Palette

Discover the beautiful Auburn Glow color palette featuring sepia skin (#9c5e3a), chestnut rose (#c86d4c), tonys pink (#e7a58d), mandys pink (#f6c5b1) and parchment (#f2e3d4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAuburn, Earthy, Warm, Autumn, Soft, Red, Orange, Brown, Beige, Vintage 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: #9c5e3a;
}
.color-2 {
color: #c86d4c;
}
.color-3 {
color: #e7a58d;
}
.color-4 {
color: #f6c5b1;
}
.color-5 {
color: #f2e3d4;
}

/* CSS Variables */
:root {
--color-1: #9c5e3a;
--color-2: #c86d4c;
--color-3: #e7a58d;
--color-4: #f6c5b1;
--color-5: #f2e3d4;
}

🌈 Auburn Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c5e3a, #c86d4c, #e7a58d, #f6c5b1, #f2e3d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c5e3a, #c86d4c, #e7a58d, #f6c5b1, #f2e3d4);
}

Auburn Glow color palette created on .