Paleta de colores Soft Earth Tones

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Earth Tones palette

Compartir esta paleta en:

CSS de la paleta de colores Soft Earth Tones

/* CSS */
.color-1 {
color: #f6e0c1;
}
.color-2 {
color: #e3b8a1;
}
.color-3 {
color: #d09f8b;
}
.color-4 {
color: #b4796a;
}
.color-5 {
color: #8b5c4b;
}

/* CSS Variables */
:root {
--color-1: #f6e0c1;
--color-2: #e3b8a1;
--color-3: #d09f8b;
--color-4: #b4796a;
--color-5: #8b5c4b;
}

CSS del degradado de fondo Soft Earth Tones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e0c1, #e3b8a1, #d09f8b, #b4796a, #8b5c4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e0c1, #e3b8a1, #d09f8b, #b4796a, #8b5c4b);
}

Soft Earth Tones color palette created on .