Vintage Mulled Wine Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vintage Mulled Wine palette

Share this palette to:

Vintage Mulled Wine color palette PNG image

Download vintage mulled wine color palette PNG image (landscape)
Download vintage mulled wine color palette PNG image (square)

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);
}

Vintage Mulled Wine color palette created on .