Wine and Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wine and Purple palette
Color Inspiration
Images that showcase this color palette in real designs
Download Wine and Purple Color Palette (PNG)
Wine and Purple color palette CSS
/* CSS */
.color-1 {
color: #5e2b58;
}
.color-2 {
color: #8b5b9a;
}
.color-3 {
color: #b19bc5;
}
.color-4 {
color: #e4b4c6;
}
.color-5 {
color: #c85d51;
}
/* CSS Variables */
:root {
--color-1: #5e2b58;
--color-2: #8b5b9a;
--color-3: #b19bc5;
--color-4: #e4b4c6;
--color-5: #c85d51;
}
Wine and Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e2b58, #8b5b9a, #b19bc5, #e4b4c6, #c85d51);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e2b58, #8b5b9a, #b19bc5, #e4b4c6, #c85d51);
}
Similar color palettes
Scroll down to explore 2 Wine color palettes
Wine and Purple color palette created on .