Wine and Dried Blood Color Palette

Discover the beautiful Wine and Dried Blood color palette featuring old brick (#9c1c31), mojo (#c94e3b), new york pink (#d78f7f), muddy waters (#b8866b) and buccaneer (#6d2c2c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Wine, Blood, Earthy, Deep, 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 Wine and Dried Blood palette

Share this palette to:

💻 Wine and Dried Blood color palette CSS

/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #c94e3b;
}
.color-3 {
color: #d78f7f;
}
.color-4 {
color: #b8866b;
}
.color-5 {
color: #6d2c2c;
}

/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #c94e3b;
--color-3: #d78f7f;
--color-4: #b8866b;
--color-5: #6d2c2c;
}

🌈 Wine and Dried Blood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #c94e3b, #d78f7f, #b8866b, #6d2c2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #c94e3b, #d78f7f, #b8866b, #6d2c2c);
}

Wine and Dried Blood color palette created on .