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: #6a3e3e;
}
.color-2 {
color: #8c5a2b;
}
.color-3 {
color: #a66e36;
}
.color-4 {
color: #d2b85b;
}
.color-5 {
color: #f8e5a0;
}

/* CSS Variables */
:root {
--color-1: #6a3e3e;
--color-2: #8c5a2b;
--color-3: #a66e36;
--color-4: #d2b85b;
--color-5: #f8e5a0;
}

Burned Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a3e3e, #8c5a2b, #a66e36, #d2b85b, #f8e5a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a3e3e, #8c5a2b, #a66e36, #d2b85b, #f8e5a0);
}

Burned Forest color palette created on .