Paleta de colores Whispers of Sand
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Sand palette
CSS de la paleta de colores Whispers of Sand
/* CSS */
.color-1 {
color: #d2c5b1;
}
.color-2 {
color: #e0d1b8;
}
.color-3 {
color: #f0e2c7;
}
.color-4 {
color: #f6e8d5;
}
.color-5 {
color: #faf4eb;
}
/* CSS Variables */
:root {
--color-1: #d2c5b1;
--color-2: #e0d1b8;
--color-3: #f0e2c7;
--color-4: #f6e8d5;
--color-5: #faf4eb;
}
CSS del degradado de fondo Whispers of Sand
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c5b1, #e0d1b8, #f0e2c7, #f6e8d5, #faf4eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c5b1, #e0d1b8, #f0e2c7, #f6e8d5, #faf4eb);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Beige
Whispers of Sand color palette created on .