Wine Berry Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wine Berry palette
Wine Berry color palette PNG image
Wine Berry color palette CSS
/* CSS */
.color-1 {
color: #7c2d3f;
}
.color-2 {
color: #a33e6d;
}
.color-3 {
color: #d66b8d;
}
.color-4 {
color: #e8a1ae;
}
.color-5 {
color: #e2c5d3;
}
/* CSS Variables */
:root {
--color-1: #7c2d3f;
--color-2: #a33e6d;
--color-3: #d66b8d;
--color-4: #e8a1ae;
--color-5: #e2c5d3;
}
Wine Berry background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c2d3f, #a33e6d, #d66b8d, #e8a1ae, #e2c5d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c2d3f, #a33e6d, #d66b8d, #e8a1ae, #e2c5d3);
}
Similar color palettes
Wine Berry color palette created on .