Red Wine Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Wine palette

Share this palette to:

Download Red Wine Color Palette (PNG)

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

Red Wine color palette CSS

/* CSS */
.color-1 {
color: #792a39;
}
.color-2 {
color: #a04b5b;
}
.color-3 {
color: #c05d73;
}
.color-4 {
color: #e2a1a8;
}
.color-5 {
color: #f4d2d8;
}

/* CSS Variables */
:root {
--color-1: #792a39;
--color-2: #a04b5b;
--color-3: #c05d73;
--color-4: #e2a1a8;
--color-5: #f4d2d8;
}

Red Wine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #792a39, #a04b5b, #c05d73, #e2a1a8, #f4d2d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #792a39, #a04b5b, #c05d73, #e2a1a8, #f4d2d8);
}

Red Wine color palette created on .