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