Burning Forest Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Burning Forest palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Burning Forest

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

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

CSS con gradiente di sfondo Burning Forest

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