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