Dark Wine Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Wine palette

Share this palette to:

Dark Wine color palette PNG image

Download dark wine color palette PNG image (landscape)
Download dark wine color palette PNG image (square)

Dark Wine color palette CSS

/* CSS */
.color-1 {
color: #691b3d;
}
.color-2 {
color: #872c4c;
}
.color-3 {
color: #a8436b;
}
.color-4 {
color: #d86f90;
}
.color-5 {
color: #f2a1b5;
}

/* CSS Variables */
:root {
--color-1: #691b3d;
--color-2: #872c4c;
--color-3: #a8436b;
--color-4: #d86f90;
--color-5: #f2a1b5;
}

Dark Wine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #691b3d, #872c4c, #a8436b, #d86f90, #f2a1b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #691b3d, #872c4c, #a8436b, #d86f90, #f2a1b5);
}

Dark Wine color palette created on .