Modern Wood Stains Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Modern Wood Stains palette

Share this palette to:

Modern Wood Stains color palette PNG image

Download modern wood stains color palette PNG image (landscape)
Download modern wood stains color palette PNG image (square)

Modern Wood Stains color palette CSS

/* CSS */
.color-1 {
color: #9f512d;
}
.color-2 {
color: #d2691e;
}
.color-3 {
color: #8b4513;
}
.color-4 {
color: #ffe2c2;
}
.color-5 {
color: #f5deb2;
}

/* CSS Variables */
:root {
--color-1: #9f512d;
--color-2: #d2691e;
--color-3: #8b4513;
--color-4: #ffe2c2;
--color-5: #f5deb2;
}

Modern Wood Stains background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f512d, #d2691e, #8b4513, #ffe2c2, #f5deb2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f512d, #d2691e, #8b4513, #ffe2c2, #f5deb2);
}

Modern Wood Stains color palette created on .