Blood Wine Color Palette

Discover the beautiful Blood Wine color palette featuring stiletto (#8c2c2c), apple blossom (#aa4b4b), brandy rose (#b77b7b), clam shell (#d5b4b4) and cavern pink (#e7c5c5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBurgundy, Deep, Red, Warm, Elegant, Autumn, Vintage, Soft, Wine 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: #8c2c2c;
}
.color-2 {
color: #aa4b4b;
}
.color-3 {
color: #b77b7b;
}
.color-4 {
color: #d5b4b4;
}
.color-5 {
color: #e7c5c5;
}

/* CSS Variables */
:root {
--color-1: #8c2c2c;
--color-2: #aa4b4b;
--color-3: #b77b7b;
--color-4: #d5b4b4;
--color-5: #e7c5c5;
}

🌈 Blood Wine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c2c2c, #aa4b4b, #b77b7b, #d5b4b4, #e7c5c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c2c2c, #aa4b4b, #b77b7b, #d5b4b4, #e7c5c5);
}

Blood Wine color palette created on .