Wine and Dried Blood Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wine and Dried Blood palette
Download Wine and Dried Blood Color Palette (PNG)
Wine and Dried Blood color palette CSS
/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #c94e3b;
}
.color-3 {
color: #d78f7f;
}
.color-4 {
color: #b8866b;
}
.color-5 {
color: #6d2c2c;
}
/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #c94e3b;
--color-3: #d78f7f;
--color-4: #b8866b;
--color-5: #6d2c2c;
}
Wine and Dried Blood background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #c94e3b, #d78f7f, #b8866b, #6d2c2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #c94e3b, #d78f7f, #b8866b, #6d2c2c);
}
Similar color palettes
Wine and Dried Blood color palette created on .