Wine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wine palette
Color Inspiration
Images that showcase this color palette in real designs
Download Wine Color Palette (PNG)
Wine color palette CSS
/* CSS */
.color-1 {
color: #6d2c3e;
}
.color-2 {
color: #a06a7b;
}
.color-3 {
color: #eab8c8;
}
.color-4 {
color: #d8554b;
}
.color-5 {
color: #a83b34;
}
/* CSS Variables */
:root {
--color-1: #6d2c3e;
--color-2: #a06a7b;
--color-3: #eab8c8;
--color-4: #d8554b;
--color-5: #a83b34;
}
Wine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3e, #a06a7b, #eab8c8, #d8554b, #a83b34);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3e, #a06a7b, #eab8c8, #d8554b, #a83b34);
}
Similar color palettes
Wine color palette created on .