Blood Wine Color Palette
Discover the beautiful Blood Wine color palette featuring maroon oak (#550b12), moccaccino (#6e1615), crown of thorns (#7e1e1e), burnt umber (#8f2b2a) and stiletto (#9f3b38).
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 Blood Wine palette
💻 Blood Wine color palette CSS
/* CSS */
.color-1 {
color: #550b12;
}
.color-2 {
color: #6e1615;
}
.color-3 {
color: #7e1e1e;
}
.color-4 {
color: #8f2b2a;
}
.color-5 {
color: #9f3b38;
}
/* CSS Variables */
:root {
--color-1: #550b12;
--color-2: #6e1615;
--color-3: #7e1e1e;
--color-4: #8f2b2a;
--color-5: #9f3b38;
} 🌈 Blood Wine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #550b12, #6e1615, #7e1e1e, #8f2b2a, #9f3b38);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #550b12, #6e1615, #7e1e1e, #8f2b2a, #9f3b38);
} 🔗 Explore similar color palettes
Blood Wine color palette created on .