Blushing Burgundy Color Palette

Discover the beautiful Blushing Burgundy color palette featuring buccaneer (#6a2929), coral tree (#a85d5d), zinnwaldite (#eba8a8), beauty bush (#f0c1c1) and we peep (#f8e2e2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Red, Soft, Bright 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 Blushing Burgundy palette

Share this palette to:

💻 Blushing Burgundy color palette CSS

/* CSS */
.color-1 {
color: #6a2929;
}
.color-2 {
color: #a85d5d;
}
.color-3 {
color: #eba8a8;
}
.color-4 {
color: #f0c1c1;
}
.color-5 {
color: #f8e2e2;
}

/* CSS Variables */
:root {
--color-1: #6a2929;
--color-2: #a85d5d;
--color-3: #eba8a8;
--color-4: #f0c1c1;
--color-5: #f8e2e2;
}

🌈 Blushing Burgundy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a2929, #a85d5d, #eba8a8, #f0c1c1, #f8e2e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a2929, #a85d5d, #eba8a8, #f0c1c1, #f8e2e2);
}

Blushing Burgundy color palette created on .