Red Wine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Wine palette
Color Inspiration
Images that showcase this color palette in real designs
Download Red Wine Color Palette (PNG)
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);
}
Similar color palettes
Red Wine color palette created on .