Paleta de colores Whispers of Warm Sand
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Warm Sand palette
Image Gallery

CSS de la paleta de colores Whispers of Warm Sand
/* CSS */
.color-1 {
color: #e9e9ed;
}
.color-2 {
color: #e0dbd7;
}
.color-3 {
color: #e0c9ae;
}
.color-4 {
color: #d2cac1;
}
.color-5 {
color: #cdb498;
}
/* CSS Variables */
:root {
--color-1: #e9e9ed;
--color-2: #e0dbd7;
--color-3: #e0c9ae;
--color-4: #d2cac1;
--color-5: #cdb498;
}
CSS del degradado de fondo Whispers of Warm Sand
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9e9ed, #e0dbd7, #e0c9ae, #d2cac1, #cdb498);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9e9ed, #e0dbd7, #e0c9ae, #d2cac1, #cdb498);
}
Paletas de colores similares
Whispers of Warm Sand color palette created on .