Paleta de colores Earthy Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Earthy Elegance palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Earthy Elegance

Download earthy elegance color palette PNG image (landscape)
Download earthy elegance color palette PNG image (square)

CSS de la paleta de colores Earthy Elegance

/* CSS */
.color-1 {
color: #a4b37a;
}
.color-2 {
color: #d0c39a;
}
.color-3 {
color: #bfae8d;
}
.color-4 {
color: #e3c6b0;
}
.color-5 {
color: #b7a94e;
}

/* CSS Variables */
:root {
--color-1: #a4b37a;
--color-2: #d0c39a;
--color-3: #bfae8d;
--color-4: #e3c6b0;
--color-5: #b7a94e;
}

CSS del degradado de fondo Earthy Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4b37a, #d0c39a, #bfae8d, #e3c6b0, #b7a94e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4b37a, #d0c39a, #bfae8d, #e3c6b0, #b7a94e);
}

Earthy Elegance color palette created on .