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: #9f512d;
}
.color-2 {
color: #d19b6b;
}
.color-3 {
color: #e6b77a;
}
.color-4 {
color: #f4dd8a;
}
.color-5 {
color: #f3e3b4;
}

/* CSS Variables */
:root {
--color-1: #9f512d;
--color-2: #d19b6b;
--color-3: #e6b77a;
--color-4: #f4dd8a;
--color-5: #f3e3b4;
}

CSS del degradado de fondo Earthy Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f512d, #d19b6b, #e6b77a, #f4dd8a, #f3e3b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f512d, #d19b6b, #e6b77a, #f4dd8a, #f3e3b4);
}

Earthy Elegance color palette created on .