Bloody Suit Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bloody Suit palette

Share this palette to:

Bloody Suit color palette CSS

/* CSS */
.color-1 {
color: #b42233;
}
.color-2 {
color: #d10031;
}
.color-3 {
color: #d6383d;
}
.color-4 {
color: #e74d3c;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #b42233;
--color-2: #d10031;
--color-3: #d6383d;
--color-4: #e74d3c;
--color-5: #ff6e61;
}

Bloody Suit background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b42233, #d10031, #d6383d, #e74d3c, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b42233, #d10031, #d6383d, #e74d3c, #ff6e61);
}

Bloody Suit color palette created on .