Paleta de colores Earthy Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Earthy Elegance palette

Compartir esta paleta en:

CSS de la paleta de colores Earthy Elegance

/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #795b44;
}
.color-3 {
color: #a68b6e;
}
.color-4 {
color: #d6b594;
}
.color-5 {
color: #e5c4a4;
}

/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #795b44;
--color-3: #a68b6e;
--color-4: #d6b594;
--color-5: #e5c4a4;
}

CSS del degradado de fondo Earthy Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #795b44, #a68b6e, #d6b594, #e5c4a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #795b44, #a68b6e, #d6b594, #e5c4a4);
}

Earthy Elegance color palette created on .