Burgundy Dreams Color Palette
Discover the beautiful Burgundy Dreams color palette featuring finn (#6d2c46), tapestry (#a45b7d), puce (#c879a6), beauty bush (#eab8c9) and we peep (#f9e2e7).
Brightness
Saturation
Warmth
💡 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 Dreams palette
💻 Burgundy Dreams color palette CSS
/* CSS */
.color-1 {
color: #6d2c46;
}
.color-2 {
color: #a45b7d;
}
.color-3 {
color: #c879a6;
}
.color-4 {
color: #eab8c9;
}
.color-5 {
color: #f9e2e7;
}
/* CSS Variables */
:root {
--color-1: #6d2c46;
--color-2: #a45b7d;
--color-3: #c879a6;
--color-4: #eab8c9;
--color-5: #f9e2e7;
} 🌈 Burgundy Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c46, #a45b7d, #c879a6, #eab8c9, #f9e2e7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c46, #a45b7d, #c879a6, #eab8c9, #f9e2e7);
} 🔗 Explore similar color palettes
Burgundy Dreams color palette created on .