Wood and Iron Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Wood and Iron palette

Share this palette to:

Wood and Iron color palette PNG image

Download wood and iron color palette PNG image (landscape)
Download wood and iron color palette PNG image (square)

Wood and Iron color palette CSS

/* CSS */
.color-1 {
color: #4d4038;
}
.color-2 {
color: #786559;
}
.color-3 {
color: #9a8879;
}
.color-4 {
color: #837067;
}
.color-5 {
color: #2b2421;
}

/* CSS Variables */
:root {
--color-1: #4d4038;
--color-2: #786559;
--color-3: #9a8879;
--color-4: #837067;
--color-5: #2b2421;
}

Wood and Iron background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d4038, #786559, #9a8879, #837067, #2b2421);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d4038, #786559, #9a8879, #837067, #2b2421);
}

Wood and Iron color palette created on .