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: #4b2c2a;
}
.color-2 {
color: #7e4b3a;
}
.color-3 {
color: #c87b5b;
}
.color-4 {
color: #f1b96a;
}
.color-5 {
color: #f9e9b4;
}

/* CSS Variables */
:root {
--color-1: #4b2c2a;
--color-2: #7e4b3a;
--color-3: #c87b5b;
--color-4: #f1b96a;
--color-5: #f9e9b4;
}

Burned Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b2c2a, #7e4b3a, #c87b5b, #f1b96a, #f9e9b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b2c2a, #7e4b3a, #c87b5b, #f1b96a, #f9e9b4);
}

Burned Forest color palette created on .