Burgundy Sunset Color Palette

Discover the beautiful Burgundy Sunset color palette featuring persian plum (#691b2a), mexican red (#9d2a2c), fuzzy wuzzy brown (#c24c4e), burnt sienna (#e7894b) and saffron (#f6b83c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Burgundy, Red, Vibrant, Warm 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 Burgundy Sunset palette

Share this palette to:

💻 Burgundy Sunset color palette CSS

/* CSS */
.color-1 {
color: #691b2a;
}
.color-2 {
color: #9d2a2c;
}
.color-3 {
color: #c24c4e;
}
.color-4 {
color: #e7894b;
}
.color-5 {
color: #f6b83c;
}

/* CSS Variables */
:root {
--color-1: #691b2a;
--color-2: #9d2a2c;
--color-3: #c24c4e;
--color-4: #e7894b;
--color-5: #f6b83c;
}

🌈 Burgundy Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #691b2a, #9d2a2c, #c24c4e, #e7894b, #f6b83c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #691b2a, #9d2a2c, #c24c4e, #e7894b, #f6b83c);
}

Burgundy Sunset color palette created on .