Paleta de colores Earthy Tones

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Earthy Tones palette

Compartir esta paleta en:

Descargar la paleta de colores Earthy Tones (PNG)

Download earthy tones color palette PNG image (landscape)
Download earthy tones color palette PNG image (square)

CSS de la paleta de colores Earthy Tones

/* CSS */
.color-1 {
color: #3d3d3d;
}
.color-2 {
color: #5b2a2a;
}
.color-3 {
color: #d6c1a9;
}
.color-4 {
color: #3b402b;
}
.color-5 {
color: #5b382a;
}

/* CSS Variables */
:root {
--color-1: #3d3d3d;
--color-2: #5b2a2a;
--color-3: #d6c1a9;
--color-4: #3b402b;
--color-5: #5b382a;
}

CSS del degradado de fondo Earthy Tones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d3d3d, #5b2a2a, #d6c1a9, #3b402b, #5b382a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d3d3d, #5b2a2a, #d6c1a9, #3b402b, #5b382a);
}

Earthy Tones color palette created on .