Wine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wine palette
Wine color palette PNG image
Wine color palette CSS
/* CSS */
.color-1 {
color: #5c2e3d;
}
.color-2 {
color: #8a5a8c;
}
.color-3 {
color: #b77b8e;
}
.color-4 {
color: #d5b3bf;
}
.color-5 {
color: #e8cfc4;
}
/* CSS Variables */
:root {
--color-1: #5c2e3d;
--color-2: #8a5a8c;
--color-3: #b77b8e;
--color-4: #d5b3bf;
--color-5: #e8cfc4;
}
Wine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c2e3d, #8a5a8c, #b77b8e, #d5b3bf, #e8cfc4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c2e3d, #8a5a8c, #b77b8e, #d5b3bf, #e8cfc4);
}
Similar color palettes
Wine color palette created on .