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: #d5cec3;
}
.color-2 {
color: #c7af99;
}
.color-3 {
color: #a88c6b;
}
.color-4 {
color: #e9b76d;
}
.color-5 {
color: #d8a86f;
}
/* CSS Variables */
:root {
--color-1: #d5cec3;
--color-2: #c7af99;
--color-3: #a88c6b;
--color-4: #e9b76d;
--color-5: #d8a86f;
}
CSS del degradado de fondo Earthy Elegance
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5cec3, #c7af99, #a88c6b, #e9b76d, #d8a86f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5cec3, #c7af99, #a88c6b, #e9b76d, #d8a86f);
}
Paletas de colores similares
Earthy Elegance color palette created on .