Paleta de colores Burned Forest

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Burned Forest palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Burned Forest

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

CSS de la paleta de colores Burned Forest

/* CSS */
.color-1 {
color: #4e3b31;
}
.color-2 {
color: #8f5c4d;
}
.color-3 {
color: #c4a96e;
}
.color-4 {
color: #d5ba7c;
}
.color-5 {
color: #f2e6d4;
}

/* CSS Variables */
:root {
--color-1: #4e3b31;
--color-2: #8f5c4d;
--color-3: #c4a96e;
--color-4: #d5ba7c;
--color-5: #f2e6d4;
}

CSS del degradado de fondo Burned Forest

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3b31, #8f5c4d, #c4a96e, #d5ba7c, #f2e6d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3b31, #8f5c4d, #c4a96e, #d5ba7c, #f2e6d4);
}

Burned Forest color palette created on .