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: #9c3e2b;
}
.color-2 {
color: #d04d2f;
}
.color-3 {
color: #f1b74b;
}
.color-4 {
color: #506e3f;
}
.color-5 {
color: #1c3b34;
}

/* CSS Variables */
:root {
--color-1: #9c3e2b;
--color-2: #d04d2f;
--color-3: #f1b74b;
--color-4: #506e3f;
--color-5: #1c3b34;
}

Burned Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c3e2b, #d04d2f, #f1b74b, #506e3f, #1c3b34);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c3e2b, #d04d2f, #f1b74b, #506e3f, #1c3b34);
}

Burned Forest color palette created on .