Paleta de colores Earthy Tones

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Earthy Tones palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Earthy Tones

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: #4c322a;
}
.color-2 {
color: #6c5041;
}
.color-3 {
color: #8d6d58;
}
.color-4 {
color: #b0a79b;
}
.color-5 {
color: #d8c7b6;
}

/* CSS Variables */
:root {
--color-1: #4c322a;
--color-2: #6c5041;
--color-3: #8d6d58;
--color-4: #b0a79b;
--color-5: #d8c7b6;
}

CSS del degradado de fondo Earthy Tones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c322a, #6c5041, #8d6d58, #b0a79b, #d8c7b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c322a, #6c5041, #8d6d58, #b0a79b, #d8c7b6);
}

Earthy Tones color palette created on .