Wine and Chocolate Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wine and Chocolate palette
Color Inspiration
Images that showcase this color palette in real designs
Download Wine and Chocolate Color Palette (PNG)
Wine and Chocolate color palette CSS
/* CSS */
.color-1 {
color: #5e2b3c;
}
.color-2 {
color: #894e4d;
}
.color-3 {
color: #d8b6a2;
}
.color-4 {
color: #e2c3b1;
}
.color-5 {
color: #593e31;
}
/* CSS Variables */
:root {
--color-1: #5e2b3c;
--color-2: #894e4d;
--color-3: #d8b6a2;
--color-4: #e2c3b1;
--color-5: #593e31;
}
Wine and Chocolate background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e2b3c, #894e4d, #d8b6a2, #e2c3b1, #593e31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e2b3c, #894e4d, #d8b6a2, #e2c3b1, #593e31);
}
Similar color palettes
Wine and Chocolate color palette created on .