Paleta de colores Muted Forest

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Muted Forest palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Muted Forest

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

CSS de la paleta de colores Muted Forest

/* CSS */
.color-1 {
color: #cfcfa5;
}
.color-2 {
color: #6f6f4d;
}
.color-3 {
color: #4b4b2f;
}
.color-4 {
color: #a0a04b;
}
.color-5 {
color: #3d3d3d;
}

/* CSS Variables */
:root {
--color-1: #cfcfa5;
--color-2: #6f6f4d;
--color-3: #4b4b2f;
--color-4: #a0a04b;
--color-5: #3d3d3d;
}

CSS del degradado de fondo Muted Forest

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfcfa5, #6f6f4d, #4b4b2f, #a0a04b, #3d3d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfcfa5, #6f6f4d, #4b4b2f, #a0a04b, #3d3d3d);
}

Muted Forest color palette created on .