Wine Shades Color Palette
Discover the beautiful Wine Shades color palette featuring tawny port (#6d2c3e), cadillac (#a34d5e), charm (#d67a8e), mandys pink (#f2b5c3) and dawn pink (#f2e3e6).
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 Wine Shades palette
💻 Wine Shades color palette CSS
/* CSS */
.color-1 {
color: #6d2c3e;
}
.color-2 {
color: #a34d5e;
}
.color-3 {
color: #d67a8e;
}
.color-4 {
color: #f2b5c3;
}
.color-5 {
color: #f2e3e6;
}
/* CSS Variables */
:root {
--color-1: #6d2c3e;
--color-2: #a34d5e;
--color-3: #d67a8e;
--color-4: #f2b5c3;
--color-5: #f2e3e6;
}
🌈 Wine Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3e, #a34d5e, #d67a8e, #f2b5c3, #f2e3e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3e, #a34d5e, #d67a8e, #f2b5c3, #f2e3e6);
}
🔗 Explore similar color palettes
Wine Shades color palette created on .