Wine Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wine Shades palette
Wine Shades color palette CSS
/* CSS */
.color-1 {
color: #7b1e2d;
}
.color-2 {
color: #a24e4f;
}
.color-3 {
color: #d7a8a8;
}
.color-4 {
color: #f4c8c8;
}
.color-5 {
color: #fce3e3;
}
/* CSS Variables */
:root {
--color-1: #7b1e2d;
--color-2: #a24e4f;
--color-3: #d7a8a8;
--color-4: #f4c8c8;
--color-5: #fce3e3;
}
Wine Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b1e2d, #a24e4f, #d7a8a8, #f4c8c8, #fce3e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b1e2d, #a24e4f, #d7a8a8, #f4c8c8, #fce3e3);
}
Similar color palettes
Wine Shades color palette created on .