Wine Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Wine Shades palette

Share this palette to:

Wine Shades color palette CSS

/* CSS */
.color-1 {
color: #5c1f3d;
}
.color-2 {
color: #793949;
}
.color-3 {
color: #a34d6c;
}
.color-4 {
color: #d68a8d;
}
.color-5 {
color: #eab8c9;
}

/* CSS Variables */
:root {
--color-1: #5c1f3d;
--color-2: #793949;
--color-3: #a34d6c;
--color-4: #d68a8d;
--color-5: #eab8c9;
}

Wine Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c1f3d, #793949, #a34d6c, #d68a8d, #eab8c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c1f3d, #793949, #a34d6c, #d68a8d, #eab8c9);
}

Wine Shades color palette created on .