Wine Shades Color Palette

Discover the beautiful Wine Shades color palette featuring tawny port (#6d2c3a), copper rust (#9e515d), my pink (#d08b8a), shilo (#e3b0a6) and beauty bush (#f2c5cf).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withWine, Red, Bright, Autumn, 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 Wine Shades palette

Share this palette to:

💻 Wine Shades color palette CSS

/* CSS */
.color-1 {
color: #6d2c3a;
}
.color-2 {
color: #9e515d;
}
.color-3 {
color: #d08b8a;
}
.color-4 {
color: #e3b0a6;
}
.color-5 {
color: #f2c5cf;
}

/* CSS Variables */
:root {
--color-1: #6d2c3a;
--color-2: #9e515d;
--color-3: #d08b8a;
--color-4: #e3b0a6;
--color-5: #f2c5cf;
}

🌈 Wine Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3a, #9e515d, #d08b8a, #e3b0a6, #f2c5cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3a, #9e515d, #d08b8a, #e3b0a6, #f2c5cf);
}

Wine Shades color palette created on .