Vintage Mulled Wine Color Palette
Discover the beautiful Vintage Mulled Wine color palette featuring nutmeg (#7a2a2c), silver rust (#c8bab7), cold turkey (#d3c5c8), dust storm (#e7d1d0) and snow drift (#f0f4f2).
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 Vintage Mulled Wine palette
💻 Vintage Mulled Wine color palette CSS
/* CSS */
.color-1 {
color: #7a2a2c;
}
.color-2 {
color: #c8bab7;
}
.color-3 {
color: #d3c5c8;
}
.color-4 {
color: #e7d1d0;
}
.color-5 {
color: #f0f4f2;
}
/* CSS Variables */
:root {
--color-1: #7a2a2c;
--color-2: #c8bab7;
--color-3: #d3c5c8;
--color-4: #e7d1d0;
--color-5: #f0f4f2;
}
🌈 Vintage Mulled Wine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a2a2c, #c8bab7, #d3c5c8, #e7d1d0, #f0f4f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a2a2c, #c8bab7, #d3c5c8, #e7d1d0, #f0f4f2);
}
🔗 Explore similar color palettes
Vintage Mulled Wine color palette created on .