Whispering Sands Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispering Sands palette

Condividi questa palette a:

tavolozza dei colori Whispering Sands CSS

/* CSS */
.color-1 {
color: #d2c5b1;
}
.color-2 {
color: #e0d7c7;
}
.color-3 {
color: #f0e3d6;
}
.color-4 {
color: #f5c8a3;
}
.color-5 {
color: #c5a5a0;
}

/* CSS Variables */
:root {
--color-1: #d2c5b1;
--color-2: #e0d7c7;
--color-3: #f0e3d6;
--color-4: #f5c8a3;
--color-5: #c5a5a0;
}

CSS con gradiente di sfondo Whispering Sands

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c5b1, #e0d7c7, #f0e3d6, #f5c8a3, #c5a5a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c5b1, #e0d7c7, #f0e3d6, #f5c8a3, #c5a5a0);
}

Whispering Sands color palette created on .