Whispering Sands Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Whispering Sands palette
tavolozza dei colori Whispering Sands CSS
/* 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 con gradiente di sfondo 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);
}
Tavolozze di colori simili
Whispering Sands color palette created on .