Wine Berry Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wine Berry Shades palette
Wine Berry Shades color palette CSS
/* CSS */
.color-1 {
color: #682c3b;
}
.color-2 {
color: #a85d7d;
}
.color-3 {
color: #d69a9c;
}
.color-4 {
color: #eab8d1;
}
.color-5 {
color: #bfb1d8;
}
/* CSS Variables */
:root {
--color-1: #682c3b;
--color-2: #a85d7d;
--color-3: #d69a9c;
--color-4: #eab8d1;
--color-5: #bfb1d8;
}
Wine Berry Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #682c3b, #a85d7d, #d69a9c, #eab8d1, #bfb1d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #682c3b, #a85d7d, #d69a9c, #eab8d1, #bfb1d8);
}
Similar color palettes
Wine Berry Shades color palette created on .