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: #f1f0ea;
}
.color-2 {
color: #e5d8cd;
}
.color-3 {
color: #d1c6b8;
}
.color-4 {
color: #c1b6a4;
}
.color-5 {
color: #b3a99e;
}
/* CSS Variables */
:root {
--color-1: #f1f0ea;
--color-2: #e5d8cd;
--color-3: #d1c6b8;
--color-4: #c1b6a4;
--color-5: #b3a99e;
}
CSS con gradiente di sfondo Whispering Sands
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1f0ea, #e5d8cd, #d1c6b8, #c1b6a4, #b3a99e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1f0ea, #e5d8cd, #d1c6b8, #c1b6a4, #b3a99e);
}
Tavolozze di colori simili
Whispering Sands color palette created on .