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: #d9cbaf;
}
.color-2 {
color: #d1bfa8;
}
.color-3 {
color: #e3c6a5;
}
.color-4 {
color: #e7b99c;
}
.color-5 {
color: #f1d3b6;
}

/* CSS Variables */
:root {
--color-1: #d9cbaf;
--color-2: #d1bfa8;
--color-3: #e3c6a5;
--color-4: #e7b99c;
--color-5: #f1d3b6;
}

CSS con gradiente di sfondo Whispering Sands

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9cbaf, #d1bfa8, #e3c6a5, #e7b99c, #f1d3b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9cbaf, #d1bfa8, #e3c6a5, #e7b99c, #f1d3b6);
}

Whispering Sands color palette created on .