Vintage Forest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vintage Forest palette

Share this palette to:

Vintage Forest color palette PNG image

Download vintage forest color palette PNG image (landscape)
Download vintage forest color palette PNG image (square)

Vintage Forest color palette CSS

/* CSS */
.color-1 {
color: #192801;
}
.color-2 {
color: #214002;
}
.color-3 {
color: #334403;
}
.color-4 {
color: #632803;
}
.color-5 {
color: #650d01;
}

/* CSS Variables */
:root {
--color-1: #192801;
--color-2: #214002;
--color-3: #334403;
--color-4: #632803;
--color-5: #650d01;
}

Vintage Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #192801, #214002, #334403, #632803, #650d01);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #192801, #214002, #334403, #632803, #650d01);
}

Vintage Forest color palette created on .