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: #5e2d2c;
}
.color-2 {
color: #bf514f;
}
.color-3 {
color: #d5736c;
}
.color-4 {
color: #c8a2a2;
}
.color-5 {
color: #e2b1b1;
}

/* CSS Variables */
:root {
--color-1: #5e2d2c;
--color-2: #bf514f;
--color-3: #d5736c;
--color-4: #c8a2a2;
--color-5: #e2b1b1;
}

Wine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e2d2c, #bf514f, #d5736c, #c8a2a2, #e2b1b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e2d2c, #bf514f, #d5736c, #c8a2a2, #e2b1b1);
}

Wine color palette created on .