Wine Inspired Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wine Inspired palette
Wine Inspired color palette PNG image
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 .