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: #efe4d7;
}
.color-2 {
color: #d4cfc9;
}
.color-3 {
color: #b5aa9b;
}
.color-4 {
color: #a88e80;
}
.color-5 {
color: #7e5b4e;
}

/* CSS Variables */
:root {
--color-1: #efe4d7;
--color-2: #d4cfc9;
--color-3: #b5aa9b;
--color-4: #a88e80;
--color-5: #7e5b4e;
}

CSS del degradado de fondo Soft Earth Tones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efe4d7, #d4cfc9, #b5aa9b, #a88e80, #7e5b4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efe4d7, #d4cfc9, #b5aa9b, #a88e80, #7e5b4e);
}

Soft Earth Tones color palette created on .