Paleta de colores Earthy Elegance
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Earthy Elegance palette
CSS de la paleta de colores Earthy Elegance
/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #c39969;
}
.color-3 {
color: #ddc7a2;
}
.color-4 {
color: #4e3b31;
}
.color-5 {
color: #6a4b39;
}
/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #c39969;
--color-3: #ddc7a2;
--color-4: #4e3b31;
--color-5: #6a4b39;
}
CSS del degradado de fondo Earthy Elegance
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #c39969, #ddc7a2, #4e3b31, #6a4b39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #c39969, #ddc7a2, #4e3b31, #6a4b39);
}
Paletas de colores similares
Earthy Elegance color palette created on .