Burned Forest Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Burned Forest palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Burned Forest

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

tavolozza dei colori Burned Forest 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;
}

CSS con gradiente di sfondo Burned Forest

/* 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 .