Red Wine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Wine palette
Red Wine color palette PNG image
Red Wine color palette CSS
/* CSS */
.color-1 {
color: #6d2c3e;
}
.color-2 {
color: #9a4c6c;
}
.color-3 {
color: #c58c9d;
}
.color-4 {
color: #f1b1c9;
}
.color-5 {
color: #f9d7e9;
}
/* CSS Variables */
:root {
--color-1: #6d2c3e;
--color-2: #9a4c6c;
--color-3: #c58c9d;
--color-4: #f1b1c9;
--color-5: #f9d7e9;
}
Red Wine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3e, #9a4c6c, #c58c9d, #f1b1c9, #f9d7e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3e, #9a4c6c, #c58c9d, #f1b1c9, #f9d7e9);
}
Similar color palettes
Red Wine color palette created on .