Vin Rouge Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vin Rouge palette

Share this palette to:

Vin Rouge color palette PNG image

Download vin rouge color palette PNG image (landscape)
Download vin rouge color palette PNG image (square)

Vin Rouge color palette CSS

/* CSS */
.color-1 {
color: #691b2b;
}
.color-2 {
color: #a62b2b;
}
.color-3 {
color: #c44d3b;
}
.color-4 {
color: #e7b1b2;
}
.color-5 {
color: #fad1d1;
}

/* CSS Variables */
:root {
--color-1: #691b2b;
--color-2: #a62b2b;
--color-3: #c44d3b;
--color-4: #e7b1b2;
--color-5: #fad1d1;
}

Vin Rouge background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #691b2b, #a62b2b, #c44d3b, #e7b1b2, #fad1d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #691b2b, #a62b2b, #c44d3b, #e7b1b2, #fad1d1);
}

Vin Rouge color palette created on .