Wine Shades Color Palette

Discover the beautiful Wine Shades color palette featuring tawny port (#6d2c3e), copper rose (#9b5f70), oriental pink (#c4968d), cashmere (#e8b7a1) and mandys pink (#f5d4c2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withWine, Burgundy, Elegant, Soft 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 Shades palette

Share this palette to:

💻 Wine Shades color palette CSS

/* CSS */
.color-1 {
color: #6d2c3e;
}
.color-2 {
color: #9b5f70;
}
.color-3 {
color: #c4968d;
}
.color-4 {
color: #e8b7a1;
}
.color-5 {
color: #f5d4c2;
}

/* CSS Variables */
:root {
--color-1: #6d2c3e;
--color-2: #9b5f70;
--color-3: #c4968d;
--color-4: #e8b7a1;
--color-5: #f5d4c2;
}

🌈 Wine Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3e, #9b5f70, #c4968d, #e8b7a1, #f5d4c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3e, #9b5f70, #c4968d, #e8b7a1, #f5d4c2);
}

Wine Shades color palette created on .