Vintage Mulled Wine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vintage Mulled Wine palette
Vintage Mulled Wine color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 8 60s color palettes
Vintage Mulled Wine color palette created on .