Paleta de colores Soft Sands
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Soft Sands palette
Inspiración de Color
Imágenes que muestran esta paleta de colores en diseños reales
Descargar la paleta de colores Soft Sands (PNG)
CSS de la paleta de colores Soft Sands
/* CSS */
.color-1 {
color: #f0e8b2;
}
.color-2 {
color: #d9c5a0;
}
.color-3 {
color: #beae9d;
}
.color-4 {
color: #a7997b;
}
.color-5 {
color: #8e7d5d;
}
/* CSS Variables */
:root {
--color-1: #f0e8b2;
--color-2: #d9c5a0;
--color-3: #beae9d;
--color-4: #a7997b;
--color-5: #8e7d5d;
}
CSS del degradado de fondo Soft Sands
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e8b2, #d9c5a0, #beae9d, #a7997b, #8e7d5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e8b2, #d9c5a0, #beae9d, #a7997b, #8e7d5d);
}
Paletas de colores similares
Soft Sands color palette created on .