Auburn Glow Color Palette

Discover the beautiful Auburn Glow color palette featuring milano red (#c12908), trinidad (#e34e0c), neon carrot (#f9943f), sunglow (#fdcc32) and picasso (#fdf199).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAuburn, Autumn, Bright, Fun, Orange, Red, Vibrant, Warm, Yellow 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: #c12908;
}
.color-2 {
color: #e34e0c;
}
.color-3 {
color: #f9943f;
}
.color-4 {
color: #fdcc32;
}
.color-5 {
color: #fdf199;
}

/* CSS Variables */
:root {
--color-1: #c12908;
--color-2: #e34e0c;
--color-3: #f9943f;
--color-4: #fdcc32;
--color-5: #fdf199;
}

🌈 Auburn Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c12908, #e34e0c, #f9943f, #fdcc32, #fdf199);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c12908, #e34e0c, #f9943f, #fdcc32, #fdf199);
}

Auburn Glow color palette created on .