Iron & Auburn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Iron & Auburn palette

Share this palette to:

Iron & Auburn color palette PNG image

Download iron & auburn color palette PNG image (landscape)
Download iron & auburn color palette PNG image (square)

Iron & Auburn color palette CSS

/* CSS */
.color-1 {
color: #8c4a4d;
}
.color-2 {
color: #b66a49;
}
.color-3 {
color: #d89e5f;
}
.color-4 {
color: #f1c379;
}
.color-5 {
color: #f9e9a9;
}

/* CSS Variables */
:root {
--color-1: #8c4a4d;
--color-2: #b66a49;
--color-3: #d89e5f;
--color-4: #f1c379;
--color-5: #f9e9a9;
}

Iron & Auburn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c4a4d, #b66a49, #d89e5f, #f1c379, #f9e9a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c4a4d, #b66a49, #d89e5f, #f1c379, #f9e9a9);
}

Iron & Auburn color palette created on .