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: #6d2c3e;
}
.color-2 {
color: #9b5050;
}
.color-3 {
color: #b68c8b;
}
.color-4 {
color: #d2a7a2;
}
.color-5 {
color: #e4c3c3;
}

/* CSS Variables */
:root {
--color-1: #6d2c3e;
--color-2: #9b5050;
--color-3: #b68c8b;
--color-4: #d2a7a2;
--color-5: #e4c3c3;
}

Wine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3e, #9b5050, #b68c8b, #d2a7a2, #e4c3c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3e, #9b5050, #b68c8b, #d2a7a2, #e4c3c3);
}

Wine color palette created on .