Paleta de colores Whispering Sands

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispering Sands palette

Compartir esta paleta en:

CSS de la paleta de colores Whispering Sands

/* CSS */
.color-1 {
color: #d5cec3;
}
.color-2 {
color: #baaa9c;
}
.color-3 {
color: #8e7f6b;
}
.color-4 {
color: #4a3c2b;
}
.color-5 {
color: #e3d2c4;
}

/* CSS Variables */
:root {
--color-1: #d5cec3;
--color-2: #baaa9c;
--color-3: #8e7f6b;
--color-4: #4a3c2b;
--color-5: #e3d2c4;
}

CSS del degradado de fondo Whispering Sands

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5cec3, #baaa9c, #8e7f6b, #4a3c2b, #e3d2c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5cec3, #baaa9c, #8e7f6b, #4a3c2b, #e3d2c4);
}

Whispering Sands color palette created on .