Red Wine Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Wine palette

Share this palette to:

Red Wine color palette CSS

/* CSS */
.color-1 {
color: #6d2c3e;
}
.color-2 {
color: #8b4b5c;
}
.color-3 {
color: #b87a8a;
}
.color-4 {
color: #e7b1b4;
}
.color-5 {
color: #d34a4a;
}

/* CSS Variables */
:root {
--color-1: #6d2c3e;
--color-2: #8b4b5c;
--color-3: #b87a8a;
--color-4: #e7b1b4;
--color-5: #d34a4a;
}

Red Wine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3e, #8b4b5c, #b87a8a, #e7b1b4, #d34a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3e, #8b4b5c, #b87a8a, #e7b1b4, #d34a4a);
}

Red Wine color palette created on .