Dark Red Wine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Red Wine palette
Color Inspiration
Images that showcase this color palette in real designs
Download Dark Red Wine Color Palette (PNG)
Dark Red Wine color palette CSS
/* CSS */
.color-1 {
color: #7f1f3d;
}
.color-2 {
color: #aa3c4c;
}
.color-3 {
color: #d35345;
}
.color-4 {
color: #eb8f6b;
}
.color-5 {
color: #f1c6a7;
}
/* CSS Variables */
:root {
--color-1: #7f1f3d;
--color-2: #aa3c4c;
--color-3: #d35345;
--color-4: #eb8f6b;
--color-5: #f1c6a7;
}
Dark Red Wine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7f1f3d, #aa3c4c, #d35345, #eb8f6b, #f1c6a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7f1f3d, #aa3c4c, #d35345, #eb8f6b, #f1c6a7);
}
Similar color palettes
Dark Red Wine color palette created on .