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