Bleeding Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bleeding Red palette
Bleeding Red color palette PNG image
Bleeding Red color palette CSS
/* CSS */
.color-1 {
color: #8d0c0c;
}
.color-2 {
color: #7e150c;
}
.color-3 {
color: #741715;
}
.color-4 {
color: #971c11;
}
.color-5 {
color: #a7271b;
}
/* CSS Variables */
:root {
--color-1: #8d0c0c;
--color-2: #7e150c;
--color-3: #741715;
--color-4: #971c11;
--color-5: #a7271b;
}
Bleeding Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8d0c0c, #7e150c, #741715, #971c11, #a7271b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8d0c0c, #7e150c, #741715, #971c11, #a7271b);
}
Similar color palettes
Bleeding Red color palette created on .