Red Wine Color Palette

Discover the beautiful Red Wine color palette featuring tawny port (#6d2c3e), solid pink (#9a3c49), sunglo (#e67c7a), thatch (#c4a1a7) and blossom (#d7b2c0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Wine, Burgundy, Pink, Cream, Deep, Elegant 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: #6d2c3e;
}
.color-2 {
color: #9a3c49;
}
.color-3 {
color: #e67c7a;
}
.color-4 {
color: #c4a1a7;
}
.color-5 {
color: #d7b2c0;
}

/* CSS Variables */
:root {
--color-1: #6d2c3e;
--color-2: #9a3c49;
--color-3: #e67c7a;
--color-4: #c4a1a7;
--color-5: #d7b2c0;
}

🌈 Red Wine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3e, #9a3c49, #e67c7a, #c4a1a7, #d7b2c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3e, #9a3c49, #e67c7a, #c4a1a7, #d7b2c0);
}

Red Wine color palette created on .