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: #9b2c3e;
}
.color-2 {
color: #b75c7e;
}
.color-3 {
color: #d29dbc;
}
.color-4 {
color: #e5c2d4;
}
.color-5 {
color: #f8e2e7;
}

/* CSS Variables */
:root {
--color-1: #9b2c3e;
--color-2: #b75c7e;
--color-3: #d29dbc;
--color-4: #e5c2d4;
--color-5: #f8e2e7;
}

Wine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b2c3e, #b75c7e, #d29dbc, #e5c2d4, #f8e2e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b2c3e, #b75c7e, #d29dbc, #e5c2d4, #f8e2e7);
}

Wine color palette created on .