Blood Wine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blood Wine palette
Blood Wine color palette PNG image
Blood Wine color palette CSS
/* CSS */
.color-1 {
color: #560b13;
}
.color-2 {
color: #6f1715;
}
.color-3 {
color: #801e1e;
}
.color-4 {
color: #8e2b29;
}
.color-5 {
color: #9f3b38;
}
/* CSS Variables */
:root {
--color-1: #560b13;
--color-2: #6f1715;
--color-3: #801e1e;
--color-4: #8e2b29;
--color-5: #9f3b38;
}
Blood Wine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #560b13, #6f1715, #801e1e, #8e2b29, #9f3b38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #560b13, #6f1715, #801e1e, #8e2b29, #9f3b38);
}
Similar color palettes
Blood Wine color palette created on .