Deep Wine Red Color Palette
Discover the beautiful Deep Wine Red color palette featuring wine berry (#691b3d), mallard (#2e4c20), biscay (#1e396b), shiraz (#b00c35) and hippie green (#4f8c56).
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 Deep Wine Red palette
💻 Deep Wine Red color palette CSS
/* CSS */
.color-1 {
color: #691b3d;
}
.color-2 {
color: #2e4c20;
}
.color-3 {
color: #1e396b;
}
.color-4 {
color: #b00c35;
}
.color-5 {
color: #4f8c56;
}
/* CSS Variables */
:root {
--color-1: #691b3d;
--color-2: #2e4c20;
--color-3: #1e396b;
--color-4: #b00c35;
--color-5: #4f8c56;
}
🌈 Deep Wine Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #691b3d, #2e4c20, #1e396b, #b00c35, #4f8c56);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #691b3d, #2e4c20, #1e396b, #b00c35, #4f8c56);
}
🔗 Explore similar color palettes
Deep Wine Red color palette created on .