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: #e9e5d3;
}
.color-2 {
color: #c4b6a6;
}
.color-3 {
color: #c1d5ec;
}
.color-4 {
color: #a4c1d6;
}
.color-5 {
color: #d8c4b1;
}

/* CSS Variables */
:root {
--color-1: #e9e5d3;
--color-2: #c4b6a6;
--color-3: #c1d5ec;
--color-4: #a4c1d6;
--color-5: #d8c4b1;
}

CSS del degradado de fondo Whispering Sands

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9e5d3, #c4b6a6, #c1d5ec, #a4c1d6, #d8c4b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9e5d3, #c4b6a6, #c1d5ec, #a4c1d6, #d8c4b1);
}

Paletas de colores similares

Whispering Sands color palette created on .