Burgundy Bliss Color Palette
Discover the beautiful Burgundy Bliss color palette featuring maroon oak (#560f1f), crown of thorns (#771c2e), camelot (#882f49), apple blossom (#a9414c) and mexican red (#9a273b).
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 Bliss palette
💻 Burgundy Bliss color palette CSS
/* CSS */
.color-1 {
color: #560f1f;
}
.color-2 {
color: #771c2e;
}
.color-3 {
color: #882f49;
}
.color-4 {
color: #a9414c;
}
.color-5 {
color: #9a273b;
}
/* CSS Variables */
:root {
--color-1: #560f1f;
--color-2: #771c2e;
--color-3: #882f49;
--color-4: #a9414c;
--color-5: #9a273b;
} 🌈 Burgundy Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #560f1f, #771c2e, #882f49, #a9414c, #9a273b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #560f1f, #771c2e, #882f49, #a9414c, #9a273b);
} 🔗 Explore similar color palettes
Burgundy Bliss color palette created on .