Burgundy Bloom Color Palette
Discover the beautiful Burgundy Bloom color palette featuring claret (#7f1f3a), mulberry (#c84c7d), wewak (#f1a7b3), granny smith apple (#b2e6a2) and downy (#69d3a0).
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 Bloom palette
💻 Burgundy Bloom color palette CSS
/* CSS */
.color-1 {
color: #7f1f3a;
}
.color-2 {
color: #c84c7d;
}
.color-3 {
color: #f1a7b3;
}
.color-4 {
color: #b2e6a2;
}
.color-5 {
color: #69d3a0;
}
/* CSS Variables */
:root {
--color-1: #7f1f3a;
--color-2: #c84c7d;
--color-3: #f1a7b3;
--color-4: #b2e6a2;
--color-5: #69d3a0;
} 🌈 Burgundy Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7f1f3a, #c84c7d, #f1a7b3, #b2e6a2, #69d3a0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7f1f3a, #c84c7d, #f1a7b3, #b2e6a2, #69d3a0);
} 🔗 Explore similar color palettes
Burgundy Bloom color palette created on .