Blood Wine Color Palette

Discover the beautiful Blood Wine color palette featuring maroon oak (#590d14), moccaccino (#721818), burnt umber (#842424), stiletto (#963131) and apple blossom (#a44341).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Deep, Red, Burgundy, Maroon, Warm, Rustic, Earthy, Vintage, Autumn 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: #590d14;
}
.color-2 {
color: #721818;
}
.color-3 {
color: #842424;
}
.color-4 {
color: #963131;
}
.color-5 {
color: #a44341;
}

/* CSS Variables */
:root {
--color-1: #590d14;
--color-2: #721818;
--color-3: #842424;
--color-4: #963131;
--color-5: #a44341;
}

🌈 Blood Wine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #590d14, #721818, #842424, #963131, #a44341);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #590d14, #721818, #842424, #963131, #a44341);
}

Blood Wine color palette created on .