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: #c2b8a3;
}
.color-2 {
color: #998e75;
}
.color-3 {
color: #6e6149;
}
.color-4 {
color: #463c25;
}
.color-5 {
color: #2c2411;
}
/* CSS Variables */
:root {
--color-1: #c2b8a3;
--color-2: #998e75;
--color-3: #6e6149;
--color-4: #463c25;
--color-5: #2c2411;
}
CSS del degradado de fondo Earthy Elegance
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2b8a3, #998e75, #6e6149, #463c25, #2c2411);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2b8a3, #998e75, #6e6149, #463c25, #2c2411);
}
Paletas de colores similares
Earthy Elegance color palette created on .