Shades of Wine Color Palette
Discover the beautiful Shades of Wine color palette featuring tawny port (#6d2c3e), tapestry (#a95b7c), careys pink (#d9a6b1), melanie (#e5c2d5) and vanilla ice (#f2d4df).
Brightness
Saturation
Warmth
💡 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 Shades of Wine palette
💻 Shades of Wine color palette CSS
/* CSS */
.color-1 {
color: #6d2c3e;
}
.color-2 {
color: #a95b7c;
}
.color-3 {
color: #d9a6b1;
}
.color-4 {
color: #e5c2d5;
}
.color-5 {
color: #f2d4df;
}
/* CSS Variables */
:root {
--color-1: #6d2c3e;
--color-2: #a95b7c;
--color-3: #d9a6b1;
--color-4: #e5c2d5;
--color-5: #f2d4df;
} 🌈 Shades of Wine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3e, #a95b7c, #d9a6b1, #e5c2d5, #f2d4df);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3e, #a95b7c, #d9a6b1, #e5c2d5, #f2d4df);
} 🔗 Explore similar color palettes
Shades of Wine color palette created on .