Dark Red Wine Color Palette

Discover the beautiful Dark Red Wine color palette featuring claret (#7f1f3d), night shadz (#aa3c4c), valencia (#d35345), apricot (#eb8f6b) and mandys pink (#f1c6a7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Wine, Deep, Earthy, Autumn, Bright, Fall, Soft, Modern 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 Dark Red Wine palette

Share this palette to:

💻 Dark Red Wine color palette CSS

/* CSS */
.color-1 {
color: #7f1f3d;
}
.color-2 {
color: #aa3c4c;
}
.color-3 {
color: #d35345;
}
.color-4 {
color: #eb8f6b;
}
.color-5 {
color: #f1c6a7;
}

/* CSS Variables */
:root {
--color-1: #7f1f3d;
--color-2: #aa3c4c;
--color-3: #d35345;
--color-4: #eb8f6b;
--color-5: #f1c6a7;
}

🌈 Dark Red Wine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7f1f3d, #aa3c4c, #d35345, #eb8f6b, #f1c6a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7f1f3d, #aa3c4c, #d35345, #eb8f6b, #f1c6a7);
}

Dark Red Wine color palette created on .