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: #6d2c3f;
}
.color-2 {
color: #b9505c;
}
.color-3 {
color: #d59a6c;
}
.color-4 {
color: #e5c2ca;
}
.color-5 {
color: #8c5f8b;
}

/* CSS Variables */
:root {
--color-1: #6d2c3f;
--color-2: #b9505c;
--color-3: #d59a6c;
--color-4: #e5c2ca;
--color-5: #8c5f8b;
}

Wine Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3f, #b9505c, #d59a6c, #e5c2ca, #8c5f8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3f, #b9505c, #d59a6c, #e5c2ca, #8c5f8b);
}

Wine Shades color palette created on .