Dark Wine Shades Color Palette
Discover the beautiful Dark Wine Shades color palette featuring buccaneer (#602a30), coral tree (#a95b67), blossom (#d9b5c5), beauty bush (#eab8c9) and vanilla ice (#f5e0e2).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAutumn, 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 Dark Wine Shades palette
💻 Dark Wine Shades color palette CSS
/* CSS */
.color-1 {
color: #602a30;
}
.color-2 {
color: #a95b67;
}
.color-3 {
color: #d9b5c5;
}
.color-4 {
color: #eab8c9;
}
.color-5 {
color: #f5e0e2;
}
/* CSS Variables */
:root {
--color-1: #602a30;
--color-2: #a95b67;
--color-3: #d9b5c5;
--color-4: #eab8c9;
--color-5: #f5e0e2;
} 🌈 Dark Wine Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #602a30, #a95b67, #d9b5c5, #eab8c9, #f5e0e2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #602a30, #a95b67, #d9b5c5, #eab8c9, #f5e0e2);
} 🔗 Explore similar color palettes
Dark Wine Shades color palette created on .