Iron Blood Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Iron Blood palette

Share this palette to:

Iron Blood color palette PNG image

Download iron blood color palette PNG image (landscape)
Download iron blood color palette PNG image (square)

Iron Blood color palette CSS

/* CSS */
.color-1 {
color: #6b1f24;
}
.color-2 {
color: #a35c61;
}
.color-3 {
color: #d2aaa3;
}
.color-4 {
color: #e6a83d;
}
.color-5 {
color: #b85e2e;
}

/* CSS Variables */
:root {
--color-1: #6b1f24;
--color-2: #a35c61;
--color-3: #d2aaa3;
--color-4: #e6a83d;
--color-5: #b85e2e;
}

Iron Blood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b1f24, #a35c61, #d2aaa3, #e6a83d, #b85e2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b1f24, #a35c61, #d2aaa3, #e6a83d, #b85e2e);
}

Iron Blood color palette created on .