Winter Wine Red Color Palette
Discover the beautiful Winter Wine Red color palette featuring old brick (#9c1c31), fuzzy wuzzy brown (#c94a55), kobi (#e59fb4), oyster pink (#eac8ce) and albescent white (#f7e4de).
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 Winter Wine Red palette
💻 Winter Wine Red color palette CSS
/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #c94a55;
}
.color-3 {
color: #e59fb4;
}
.color-4 {
color: #eac8ce;
}
.color-5 {
color: #f7e4de;
}
/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #c94a55;
--color-3: #e59fb4;
--color-4: #eac8ce;
--color-5: #f7e4de;
}
🌈 Winter Wine Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #c94a55, #e59fb4, #eac8ce, #f7e4de);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #c94a55, #e59fb4, #eac8ce, #f7e4de);
}
🔗 Explore similar color palettes
Winter Wine Red color palette created on .