Paleta de colores Soft Elegance
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Soft Elegance palette
CSS de la paleta de colores Soft Elegance
/* CSS */
.color-1 {
color: #dfe0e1;
}
.color-2 {
color: #a46b32;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #11458d;
}
.color-5 {
color: #3f5d28;
}
/* CSS Variables */
:root {
--color-1: #dfe0e1;
--color-2: #a46b32;
--color-3: #ffffff;
--color-4: #11458d;
--color-5: #3f5d28;
}
CSS del degradado de fondo Soft Elegance
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfe0e1, #a46b32, #ffffff, #11458d, #3f5d28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfe0e1, #a46b32, #ffffff, #11458d, #3f5d28);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Beige
Soft Elegance color palette created on .