Wine Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Wine palette

Share this palette to:

Wine color palette PNG image

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

Wine color palette CSS

/* CSS */
.color-1 {
color: #7b1e3d;
}
.color-2 {
color: #a84d6b;
}
.color-3 {
color: #d69a9b;
}
.color-4 {
color: #f2b1c7;
}
.color-5 {
color: #e6d0e3;
}

/* CSS Variables */
:root {
--color-1: #7b1e3d;
--color-2: #a84d6b;
--color-3: #d69a9b;
--color-4: #f2b1c7;
--color-5: #e6d0e3;
}

Wine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b1e3d, #a84d6b, #d69a9b, #f2b1c7, #e6d0e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b1e3d, #a84d6b, #d69a9b, #f2b1c7, #e6d0e3);
}

Wine color palette created on .