Paleta de colores Shadowed Forest

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shadowed Forest palette

Compartir esta paleta en:

Descargar la paleta de colores Shadowed Forest (PNG)

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

CSS de la paleta de colores Shadowed Forest

/* CSS */
.color-1 {
color: #292c2e;
}
.color-2 {
color: #667068;
}
.color-3 {
color: #111212;
}
.color-4 {
color: #412f32;
}
.color-5 {
color: #1d263a;
}

/* CSS Variables */
:root {
--color-1: #292c2e;
--color-2: #667068;
--color-3: #111212;
--color-4: #412f32;
--color-5: #1d263a;
}

CSS del degradado de fondo Shadowed Forest

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #292c2e, #667068, #111212, #412f32, #1d263a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #292c2e, #667068, #111212, #412f32, #1d263a);
}

Shadowed Forest color palette created on .