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