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: #c6b69f;
}
.color-2 {
color: #d0c19f;
}
.color-3 {
color: #e3d2a5;
}
.color-4 {
color: #f1e4b6;
}
.color-5 {
color: #f9f2c3;
}

/* CSS Variables */
:root {
--color-1: #c6b69f;
--color-2: #d0c19f;
--color-3: #e3d2a5;
--color-4: #f1e4b6;
--color-5: #f9f2c3;
}

CSS con gradiente di sfondo Whispering Sands

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6b69f, #d0c19f, #e3d2a5, #f1e4b6, #f9f2c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6b69f, #d0c19f, #e3d2a5, #f1e4b6, #f9f2c3);
}

Whispering Sands color palette created on .