Burned Forest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Burned Forest palette

Share this palette to:

Burned Forest color palette PNG image

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

Burned Forest color palette CSS

/* CSS */
.color-1 {
color: #4e3b31;
}
.color-2 {
color: #8f5c4d;
}
.color-3 {
color: #c4a96e;
}
.color-4 {
color: #d5ba7c;
}
.color-5 {
color: #f2e6d4;
}

/* CSS Variables */
:root {
--color-1: #4e3b31;
--color-2: #8f5c4d;
--color-3: #c4a96e;
--color-4: #d5ba7c;
--color-5: #f2e6d4;
}

Burned Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3b31, #8f5c4d, #c4a96e, #d5ba7c, #f2e6d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3b31, #8f5c4d, #c4a96e, #d5ba7c, #f2e6d4);
}

Burned Forest color palette created on .