Wine and Purple Color Palette
Discover the beautiful Wine and Purple color palette featuring tawny port (#7a2a3a), cadillac (#aa4b7e), east side (#c68dc9), eminence (#5e2c90) and jagger (#3e0b5b).
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 and Purple palette
💻 Wine and Purple color palette CSS
/* CSS */
.color-1 {
color: #7a2a3a;
}
.color-2 {
color: #aa4b7e;
}
.color-3 {
color: #c68dc9;
}
.color-4 {
color: #5e2c90;
}
.color-5 {
color: #3e0b5b;
}
/* CSS Variables */
:root {
--color-1: #7a2a3a;
--color-2: #aa4b7e;
--color-3: #c68dc9;
--color-4: #5e2c90;
--color-5: #3e0b5b;
}
🌈 Wine and Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a2a3a, #aa4b7e, #c68dc9, #5e2c90, #3e0b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a2a3a, #aa4b7e, #c68dc9, #5e2c90, #3e0b5b);
}
🔗 Explore similar color palettes
Wine and Purple color palette created on .