Paleta de colores Soft Earth

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Earth palette

Compartir esta paleta en:

Descargar la paleta de colores Soft Earth (PNG)

Download soft earth color palette PNG image (landscape)
Download soft earth color palette PNG image (square)

CSS de la paleta de colores Soft Earth

/* CSS */
.color-1 {
color: #f1d0c1;
}
.color-2 {
color: #e2b8a1;
}
.color-3 {
color: #d69a8a;
}
.color-4 {
color: #c57a6d;
}
.color-5 {
color: #b05a54;
}

/* CSS Variables */
:root {
--color-1: #f1d0c1;
--color-2: #e2b8a1;
--color-3: #d69a8a;
--color-4: #c57a6d;
--color-5: #b05a54;
}

CSS del degradado de fondo Soft Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1d0c1, #e2b8a1, #d69a8a, #c57a6d, #b05a54);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1d0c1, #e2b8a1, #d69a8a, #c57a6d, #b05a54);
}

Soft Earth color palette created on .