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