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