Blood Wine Color Palette

Discover the beautiful Blood Wine color palette featuring tamarillo (#8f141c), tamarillo (#a61a19), thunderbird (#bd2220), persian red (#cf2827) and valencia (#d83a36).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Burgundy, Crimson, Deep, Earthy, Modern, Red, Retro, Vibrant, Warm color palettes and combinations.

💡 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

Share this palette to:

💻 Blood Wine color palette CSS

/* CSS */
.color-1 {
color: #8f141c;
}
.color-2 {
color: #a61a19;
}
.color-3 {
color: #bd2220;
}
.color-4 {
color: #cf2827;
}
.color-5 {
color: #d83a36;
}

/* CSS Variables */
:root {
--color-1: #8f141c;
--color-2: #a61a19;
--color-3: #bd2220;
--color-4: #cf2827;
--color-5: #d83a36;
}

🌈 Blood Wine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8f141c, #a61a19, #bd2220, #cf2827, #d83a36);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8f141c, #a61a19, #bd2220, #cf2827, #d83a36);
}

Blood Wine color palette created on .