Paleta de colores Lively Earth

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Lively Earth palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Lively Earth

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

CSS de la paleta de colores Lively Earth

/* CSS */
.color-1 {
color: #7e4f3a;
}
.color-2 {
color: #a65e3a;
}
.color-3 {
color: #c78c4d;
}
.color-4 {
color: #ebc48e;
}
.color-5 {
color: #f6e0b1;
}

/* CSS Variables */
:root {
--color-1: #7e4f3a;
--color-2: #a65e3a;
--color-3: #c78c4d;
--color-4: #ebc48e;
--color-5: #f6e0b1;
}

CSS del degradado de fondo Lively Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e4f3a, #a65e3a, #c78c4d, #ebc48e, #f6e0b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e4f3a, #a65e3a, #c78c4d, #ebc48e, #f6e0b1);
}

Lively Earth color palette created on .