Wine and Chocolate Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Wine and Chocolate palette

Share this palette to:

Wine and Chocolate color palette PNG image

Download wine and chocolate color palette PNG image (landscape)
Download wine and chocolate color palette PNG image (square)

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);
}

Wine and Chocolate color palette created on .