Red Wine Color Palette

Discover the beautiful Red Wine color palette featuring tawny port (#6d2c40), copper rust (#8a4c56), coral tree (#a86b77), eunry (#c8a2a8) and pink flare (#e4c3c7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Wine, Burgundy, Deep, Elegant, Soft, Pink, Gray 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 Red Wine palette

Share this palette to:

💻 Red Wine color palette CSS

/* CSS */
.color-1 {
color: #6d2c40;
}
.color-2 {
color: #8a4c56;
}
.color-3 {
color: #a86b77;
}
.color-4 {
color: #c8a2a8;
}
.color-5 {
color: #e4c3c7;
}

/* CSS Variables */
:root {
--color-1: #6d2c40;
--color-2: #8a4c56;
--color-3: #a86b77;
--color-4: #c8a2a8;
--color-5: #e4c3c7;
}

🌈 Red Wine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c40, #8a4c56, #a86b77, #c8a2a8, #e4c3c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c40, #8a4c56, #a86b77, #c8a2a8, #e4c3c7);
}

Red Wine color palette created on .