Blood Wine Color Palette
Discover the beautiful Blood Wine color palette featuring maroon oak (#580d13), persian plum (#701818), crown of thorns (#832424), stiletto (#953131) and apple blossom (#a44341).
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: #580d13;
}
.color-2 {
color: #701818;
}
.color-3 {
color: #832424;
}
.color-4 {
color: #953131;
}
.color-5 {
color: #a44341;
}
/* CSS Variables */
:root {
--color-1: #580d13;
--color-2: #701818;
--color-3: #832424;
--color-4: #953131;
--color-5: #a44341;
} 🌈 Blood Wine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #580d13, #701818, #832424, #953131, #a44341);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #580d13, #701818, #832424, #953131, #a44341);
} 🔗 Explore similar color palettes
Blood Wine color palette created on .