Auburn Glow Color Palette

Discover the beautiful Auburn Glow color palette featuring tobacco brown (#6f4c3e), matrix (#a35b4d), oriental pink (#c7988a), cashmere (#e5b09e) and mandys pink (#f4d3c8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Auburn, Warm, Earthy, Autumn, Soft, Red, Beige, Cream, 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: #6f4c3e;
}
.color-2 {
color: #a35b4d;
}
.color-3 {
color: #c7988a;
}
.color-4 {
color: #e5b09e;
}
.color-5 {
color: #f4d3c8;
}

/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #a35b4d;
--color-3: #c7988a;
--color-4: #e5b09e;
--color-5: #f4d3c8;
}

๐ŸŒˆ Auburn Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #a35b4d, #c7988a, #e5b09e, #f4d3c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #a35b4d, #c7988a, #e5b09e, #f4d3c8);
}

Auburn Glow color palette created on .