Winter Wine Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Winter Wine Red palette

Share this palette to:

Winter Wine Red color palette PNG image

Download winter wine red color palette PNG image (landscape)
Download winter wine red color palette PNG image (square)

Winter Wine Red color palette CSS

/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #c94a55;
}
.color-3 {
color: #e59fb4;
}
.color-4 {
color: #eac8ce;
}
.color-5 {
color: #f7e4de;
}

/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #c94a55;
--color-3: #e59fb4;
--color-4: #eac8ce;
--color-5: #f7e4de;
}

Winter Wine Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #c94a55, #e59fb4, #eac8ce, #f7e4de);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #c94a55, #e59fb4, #eac8ce, #f7e4de);
}

Winter Wine Red color palette created on .