Burning Forest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Burning Forest palette

Share this palette to:

Burning Forest color palette PNG image

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

Burning Forest color palette CSS

/* CSS */
.color-1 {
color: #4d1919;
}
.color-2 {
color: #783a3a;
}
.color-3 {
color: #b95b3c;
}
.color-4 {
color: #d67f4c;
}
.color-5 {
color: #f4caa9;
}

/* CSS Variables */
:root {
--color-1: #4d1919;
--color-2: #783a3a;
--color-3: #b95b3c;
--color-4: #d67f4c;
--color-5: #f4caa9;
}

Burning Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d1919, #783a3a, #b95b3c, #d67f4c, #f4caa9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d1919, #783a3a, #b95b3c, #d67f4c, #f4caa9);
}

Burning Forest color palette created on .